exceptions
Repository exception types.
RepositoryConflictException ¶
Bases: RepositoryException
Exception for data integrity errors.
RepositoryNotFoundException ¶
Bases: RepositoryException
Raised when a method referencing a specific instance by identity is called and no instance with that identity exists.