Skip to content

exceptions

Repository exception types.

RepositoryConflictException

Bases: RepositoryException

Exception for data integrity errors.

RepositoryException

Bases: Exception

Base repository exception type.

RepositoryNotFoundException

Bases: RepositoryException

Raised when a method referencing a specific instance by identity is called and no instance with that identity exists.