Source code for xbrl_us.utils.exceptions

[docs]class APIError(Exception): """General API Error"""
[docs]class InvalidParameterError(APIError): """Raised when an invalid parameter is passed"""
[docs]class AuthenticationError(APIError): """Raised when there is an authentication error"""