mantlebio.exceptions module#

exception mantlebio.exceptions.MantleApiError[source]#

Bases: MantlebioError

exception mantlebio.exceptions.MantleAttributeError[source]#

Bases: MantlebioError

exception mantlebio.exceptions.MantleAuthenticationError[source]#

Bases: MantlebioError

exception mantlebio.exceptions.MantleClientError[source]#

Bases: MantlebioError

exception mantlebio.exceptions.MantleConfigurationError[source]#

Bases: MantlebioError

exception mantlebio.exceptions.MantleConfigurationWarning[source]#

Bases: MantlebioWarning

Warning for Mantle configuration issues.

exception mantlebio.exceptions.MantleInvalidParameterError[source]#

Bases: MantlebioError

exception mantlebio.exceptions.MantleMissingParameterError[source]#

Bases: MantlebioError

exception mantlebio.exceptions.MantleProtoError(content, proto)[source]#

Bases: MantlebioError

exception mantlebio.exceptions.MantleQueryBuilderError(msg)[source]#

Bases: MantlebioError

exception mantlebio.exceptions.MantleResourceNotFoundError(request_url, response_content)[source]#

Bases: MantlebioError

exception mantlebio.exceptions.MantleResponseError[source]#

Bases: MantlebioError

exception mantlebio.exceptions.MantleRetriesExceededError(last_exception, msg='Max Retries Exceeded')[source]#

Bases: MantlebioError

exception mantlebio.exceptions.MantleTypeError(type)[source]#

Bases: MantlebioError

exception mantlebio.exceptions.MantlebioError[source]#

Bases: Exception

Base class for all Mantlebio errors.

exception mantlebio.exceptions.MantlebioWarning[source]#

Bases: Warning

Warning for Mantle API related issues.

exception mantlebio.exceptions.PythonDeprecationWarning[source]#

Bases: Warning

Python version being used is scheduled to become unsupported in an future release. See warning for specifics.

exception mantlebio.exceptions.StorageUploadError[source]#

Bases: MantlebioError