Struct libconfig::error::ConfigError [] [src]

pub struct ConfigError {
    pub kind: ConfigErrorKind,
    pub desc: &'static str,
    pub detail: Option<String>,
    // some fields omitted
}

A generic configuration error type

Fields

Indicates what kind of error this is

A descriptive message about the error

Error details, if available

Trait Implementations

impl Debug for ConfigError
[src]

Formats the value using the given formatter.

impl Display for ConfigError
[src]

Formats the value using the given formatter. Read more

impl Error for ConfigError
[src]

A short description of the error. Read more

The lower-level cause of this error, if any. Read more