Enum he_di::Error [] [src]

pub enum Error {
    ExtractError(String),
    ParseError(String),
    ResolveError(String),
    RegistrationError(Vec<(String, String)>),
    Basic(String),
}

Variants

Trait Implementations

impl Display for Error
[src]

impl Error for Error
[src]

impl Debug for Error
[src]

Formats the value using the given formatter.

impl Clone for Error
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more