Unit Of Work Error¶
unit_of_work_error
¶
Base error for Unit of Work transaction failures.
Defines UnitOfWorkError, raised when a commit or rollback operation
fails in the application layer's transactional boundary. Extends
RuntimeErrorMixin so it is catchable as RuntimeError.
UnitOfWorkError
¶
Bases: RuntimeErrorMixin, Error[MetadataValueType]
Raised when a Unit of Work commit or rollback fails.
Indicates failure within the application layer's transactional
boundary. Extends RuntimeErrorMixin so it is catchable as
RuntimeError.