Enum baal::InitError [] [src]

pub enum InitError {
    DoubleInit,
    NoDefaultEndpoint,
    FileOpenError(PathBufError),
    DecodeError(PathBufDecoderError),
}

error possible on init

Variants

baal has already been initialiazed

no endpoint available

failed to open file

failed to decode file

Trait Implementations

impl Debug for InitError
[src]

Formats the value using the given formatter.

impl Display for InitError
[src]

Formats the value using the given formatter. Read more