Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion eventastic/src/aggregate/root.rs
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ where

/// This error is returned when the Repository fails to insert the event
/// because the version already exists, indicating a concurrent modification.
#[error("Optimistic Concurrency Error Version {1} of aggregate {0:?} already exists")]
#[error("Optimistic Concurrency Error")]
OptimisticConcurrency(T::AggregateId, u64),
}

Expand Down
Loading