Enum strand::errors::Errors [] [src]

pub enum Errors {
    PreConditionNotMet(String),
    PostConditionNotMet(String),
    ActionFailed(String),
}

Variants

Trait Implementations

impl Debug for Errors
[src]

Formats the value using the given formatter.