emnify.errors

Exceptions

EMnifyBaseException

Custom base error class

UnauthorisedException

Custom error for unauthorised response

JsonDecodeException

Custom error for json parse exception

UnexpectedArgumentException

Custom error for unexpected arguments

ValidationErrorException

Custom error for validation errors

UnknownStatusCodeException

Custom error for unknown response errors

MinimalPythonVersionException

Custom error for minimal python version required

Module Contents

exception emnify.errors.EMnifyBaseException

Bases: Exception

Custom base error class

exception emnify.errors.UnauthorisedException

Bases: EMnifyBaseException

Custom error for unauthorised response

exception emnify.errors.JsonDecodeException

Bases: EMnifyBaseException

Custom error for json parse exception

exception emnify.errors.UnexpectedArgumentException

Bases: EMnifyBaseException

Custom error for unexpected arguments

exception emnify.errors.ValidationErrorException

Bases: EMnifyBaseException

Custom error for validation errors

exception emnify.errors.UnknownStatusCodeException

Bases: EMnifyBaseException

Custom error for unknown response errors

exception emnify.errors.MinimalPythonVersionException

Bases: EMnifyBaseException

Custom error for minimal python version required