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

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