pub enum ApplyError {
RefOutOfBounds,
InvalidEvent,
}
Expand description
An error during [dach::Difference::apply
] and crate::log::EventApplier::apply
.
Variants§
RefOutOfBounds
A reference in the difference is out of bounds.
See [dach::ApplyError::RefOutOfBounds
].
InvalidEvent
The function called must not be called on the current event.