emnify.errors¶
Exceptions¶
Custom base error class |
|
Custom error for unauthorised response |
|
Custom error for json parse exception |
|
Custom error for unexpected arguments |
|
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