Enum genetlink::GenetlinkError [−][src]
pub enum GenetlinkError {
ProtocolError(Error<RawGenlMessage>),
DecodeError(DecodeError),
NetlinkError(Error),
AttributeNotFound(String),
NoMessageReceived,
}Expand description
Error type of genetlink
Variants
ProtocolError(Error<RawGenlMessage>)
Tuple Fields
0: Error<RawGenlMessage>DecodeError(DecodeError)
Tuple Fields
0: DecodeErrorNetlinkError(Error)
Tuple Fields
0: ErrorAttributeNotFound(String)
Tuple Fields
0: StringNoMessageReceived
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
