Enum resolv::error::ResolutionError [] [src]

pub enum ResolutionError {
    Success,
    HostNotFound,
    TryAgain,
    NoRecovery,
    NoData,
}

Variants

Success
[]

Success

HostNotFound
[]

Authoritative Answer "Host not found"

TryAgain
[]

Non-Authoritative "Host not found" or SERVERFAIL.

NoRecovery
[]

Non recoverable errors, FORMERR, REFUSED, NOTIMP.

NoData
[]

Valid name, no data record of requested type.

Trait Implementations

impl Debug for ResolutionError
[src]

fn fmt(&self, f: &mut Formatter) -> Result[]

Formats the value using the given formatter.