agde::log

Enum ApplyError

source
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.

Trait Implementations§

source§

impl Debug for ApplyError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl From<ApplyError> for ApplyError