Skip to content

Exceptions

CRIPTError

Base CRIPT exception.

AddNodeError

Raised when an attempt is made to add an unrelated node. e.g., Attempting to add a Condition node to a Collection node.

FileSizeLimitError

Raised when a file size exceeds the defined limit.

InvalidPage

Raised when attempting to get an invalid page via a paginator.

RemoveNodeError

Raised when an attempt is made to remove an unrelated node. e.g., Attempting to remove a Condition node from a Collection node.

UniqueNodeError

Raised when a node is saved using a combination of field values that the database enforces as a unique set.

UnsavedNodeError

Raised when an attempt is made to add an unsaved node to another node.

APIError

Base CRIPT API exception.

APISessionRequiredError

Raised when an active API session is required but not yet established.

FileDownloadError

Raised when a file download fails.

FileUploadError

Raised when a file upload fails.

InvalidAuthCode

Raised when an Authentication code to connect to a storage client is invalid