Event Store Error¶
event_store_error
¶
Base error for event persistence operations.
Defines EventStoreError, raised when append, read, or snapshot
operations on the event store fail. Extends RuntimeErrorMixin,
making it catchable as RuntimeError.
EventStoreError
¶
Bases: RuntimeErrorMixin, Error[MetadataValueType]
Base error for event persistence operations.
Raised when append, read, or snapshot operations on the event
store fail. Extends RuntimeErrorMixin, making it catchable
as RuntimeError.