Struct shadowsocks::config::Error [] [src]

pub struct Error {
    pub kind: ErrorKind,
    pub desc: &'static str,
    pub detail: Option<String>,
}

Configuration parsing error

Fields

Methods

impl Error
[src]

Trait Implementations

impl From<Error> for Error
[src]

Performs the conversion.

impl From<Error> for Error
[src]

Performs the conversion.

impl Debug for Error
[src]

Formats the value using the given formatter.