Enum cdns_rs::error::CDnsErrorType [−][src]
pub enum CDnsErrorType {
DnsResponse,
RespIdMismatch,
InternalError,
IoError,
MessageTruncated,
RequestTimeout,
ConfigError,
DnsNotAvailable,
}
Variants
DnsResponse
Error related to DNS response parsing
RespIdMismatch
Received response with unknown ID in header
InternalError
Internal error (assertions…)
IoError
Socket, File error
MessageTruncated
Response was truncated
RequestTimeout
Timeout event
ConfigError
Error in configuraion file (format)
DnsNotAvailable
Nameservers unreachable
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CDnsErrorType
impl Send for CDnsErrorType
impl Sync for CDnsErrorType
impl Unpin for CDnsErrorType
impl UnwindSafe for CDnsErrorType
Blanket Implementations
Mutably borrows from an owned value. Read more