Enum sync_resolve::message::EncodeError [−][src]
pub enum EncodeError {
InvalidName,
TooLong,
}
Expand description
Represents an error in encoding a DNS message.
Variants
A name or label was too long or contained invalid characters
Message exceeded given buffer or MESSAGE_LIMIT
bytes
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for EncodeError
impl Send for EncodeError
impl Sync for EncodeError
impl Unpin for EncodeError
impl UnwindSafe for EncodeError
Blanket Implementations
Mutably borrows from an owned value. Read more