Enum resolv_conf::ParseError []

pub enum ParseError {
    InvalidUtf8(usizeUtf8Error),
    InvalidValue(usize),
    InvalidOptionValue(usize),
    InvalidIp(usizeAddrParseError),
    ExtraData(usize),
}

Error while parsing resolv.conf file

Variants

Trait Implementations

impl Debug for ParseError
[src]

Formats the value using the given formatter.

impl Display for ParseError

Formats the value using the given formatter. Read more

impl Error for ParseError

A short description of the error. Read more

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