Skip to content

Exceptions Reference

CendryError

Bases: Exception

Base exception for all Cendry errors.


DocumentNotFoundError

Bases: CendryError

Raised when a document does not exist.


DocumentAlreadyExistsError

Bases: CendryError

Raised when creating a document that already exists.