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

class AuthFetchTokenException (*args, **kwargs)

Common base class for all non-exit exceptions.

Ancestors

Subclasses

class AuthInvalidCredentialsException (*args, **kwargs)

Common base class for all non-exit exceptions.

Ancestors

class AuthTooManyRequestsException (message: str, retry_after: int)

Common base class for all non-exit exceptions.

Ancestors

Instance variables

var retry_after : int

retry-after indicate how long a client should wait before making the request again. this is in seconds.