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

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

Variants

Success

Authoritative Answer "Host not found"

Non-Authoritative "Host not found" or SERVERFAIL.

Non recoverable errors, FORMERR, REFUSED, NOTIMP.

Valid name, no data record of requested type.

Trait Implementations

impl Debug for ResolutionError
[src]

Formats the value using the given formatter.