commons.exceptions

Core Exceptions

exception commons.exceptions.ApiError(message)

Bases: exceptions.Exception

Exception raised by the API.

exception commons.exceptions.CoreError(message)

Bases: exceptions.Exception

Exception raised by the Core.

exception commons.exceptions.DoesNotExist(message)

Bases: exceptions.Exception

Exception raised when an object does not exist.

exception commons.exceptions.LockError(message)

Bases: exceptions.Exception

Exception raised when an object is locked.

exception commons.exceptions.ModelError(message)

Bases: exceptions.Exception

Generic exception for the model.

exception commons.exceptions.NotUniqueError(message)

Bases: exceptions.Exception

Exception raised when an object is not unique.

exception commons.exceptions.PaginationError(message)

Bases: exceptions.Exception

Exception raised when an error occurs during pagination.

exception commons.exceptions.RestApiError(message)

Bases: exceptions.Exception

Exception raised by the the REST API.

exception commons.exceptions.XMLError(message)

Bases: exceptions.Exception

Exception raised by XML validation.

exception commons.exceptions.XSDError(message)

Bases: exceptions.Exception

Exception raised by XSD validation.