Enum libp2p_dns::DnsErr [−][src]
pub enum DnsErr<TErr> { Underlying(TErr), ResolveFail(String), ResolveError { domain_name: String, error: Error, }, MultiaddrNotSupported, }
Error that can be generated by the DNS layer.
Variants
Error in the underlying transport layer.
ResolveFail(String)
Failed to find any IP address for this DNS address.
Error while resolving a DNS address.
Found an IP address, but the underlying transport doesn’t support the multiaddr.
Trait Implementations
Auto Trait Implementations
impl<TErr> !RefUnwindSafe for DnsErr<TErr>
impl<TErr> Send for DnsErr<TErr> where
TErr: Send,
TErr: Send,
impl<TErr> Sync for DnsErr<TErr> where
TErr: Sync,
TErr: Sync,
impl<TErr> Unpin for DnsErr<TErr> where
TErr: Unpin,
TErr: Unpin,