Module macrobond_data_api.web.auth_exceptions
Classes
class AuthBaseException (*args, **kwargs)-
Common base class for all non-exit exceptions.
Ancestors
- builtins.Exception
- builtins.BaseException
Subclasses
class AuthDiscoveryException (*args, **kwargs)-
Common base class for all non-exit exceptions.
Ancestors
- AuthBaseException
- builtins.Exception
- builtins.BaseException
class AuthFetchTokenException (*args, **kwargs)-
Common base class for all non-exit exceptions.
Ancestors
- AuthBaseException
- builtins.Exception
- builtins.BaseException
Subclasses
class AuthInvalidCredentialsException (*args, **kwargs)-
Common base class for all non-exit exceptions.
Ancestors
- AuthFetchTokenException
- AuthBaseException
- builtins.Exception
- builtins.BaseException
class AuthTooManyRequestsException (message: str, retry_after: int)-
Common base class for all non-exit exceptions.
Ancestors
- AuthBaseException
- builtins.Exception
- builtins.BaseException
Instance variables
var retry_after : int-
retry-after indicate how long a client should wait before making the request again. this is in seconds.