Concurrency Error¶
concurrency_error
¶
Concurrency error for optimistic concurrency failures in event stores.
ConcurrencyError
¶
Bases: EventStoreError
Raised when an optimistic concurrency check fails.
Attributes:
| Name | Type | Description |
|---|---|---|
aggregate_id |
The aggregate that experienced the conflict. |
|
expected_version |
The version the caller expected. |
|
actual_version |
The version currently stored. |