DALAccessError

exception pyvo.dal.DALAccessError(reason=None, url=None)[source]

a base class for failures while accessing a DAL service

initialize the exception with an error message

Parameters
reasonstr

a message describing the cause of the error

urlstr

the query URL that produced the error