errors.py
PyCelonisError (Exception)
¶
Base Error class.
PyCelonisHTTPError (PyCelonisError, HTTPError)
¶
Raised when HTTP error occurred.
PyCelonisNotImplementedError (PyCelonisError, NotImplementedError)
¶
Raised when method is not implemented.
PyCelonisPermissionError (PyCelonisError, PermissionError)
¶
Raised when USER or API token has not enough permissions.
PyCelonisValueError (PyCelonisError, ValueError, NameError, FileExistsError)
¶
Raised when using wrong value.
PyCelonisTypeError (PyCelonisError, TypeError, FileNotFoundError, ValueError)
¶
Raised when using the wrong type.
PyCelonisNotFoundError (PyCelonisError, FileNotFoundError, ValueError, LookupError, NameError)
¶
Raised when object with given id was not found.