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