commons.exceptions¶
Core Exceptions
-
exception
commons.exceptions.ApiError(message)¶ Bases:
exceptions.ExceptionException raised by the API.
-
exception
commons.exceptions.CoreError(message)¶ Bases:
exceptions.ExceptionException raised by the Core.
-
exception
commons.exceptions.DoesNotExist(message)¶ Bases:
exceptions.ExceptionException raised when an object does not exist.
-
exception
commons.exceptions.LockError(message)¶ Bases:
exceptions.ExceptionException raised when an object is locked.
-
exception
commons.exceptions.ModelError(message)¶ Bases:
exceptions.ExceptionGeneric exception for the model.
-
exception
commons.exceptions.NotUniqueError(message)¶ Bases:
exceptions.ExceptionException raised when an object is not unique.
-
exception
commons.exceptions.PaginationError(message)¶ Bases:
exceptions.ExceptionException raised when an error occurs during pagination.
-
exception
commons.exceptions.RestApiError(message)¶ Bases:
exceptions.ExceptionException raised by the the REST API.
-
exception
commons.exceptions.XMLError(message)¶ Bases:
exceptions.ExceptionException raised by XML validation.
-
exception
commons.exceptions.XSDError(message)¶ Bases:
exceptions.ExceptionException raised by XSD validation.