Bases: Error[dict[str, object]]
Error raised when a Unit of Work operation fails.
Source code in src/forging_blocks/application/errors/unit_of_work_error.py
| class UnitOfWorkError(Error[dict[str, object]]):
"""Error raised when a Unit of Work operation fails."""
pass
|