Enum netlink_proto::ErrorKind [−][src]
pub enum ErrorKind<T> where
T: Debug, {
ConnectionClosed,
NetlinkError(NetlinkMessage<T>),
SocketIo(Error),
}Variants
ConnectionClosed
The netlink connection is closed
NetlinkError(NetlinkMessage<T>)
Tuple Fields
0: NetlinkMessage<T>Received an error message as a response
SocketIo(Error)
Tuple Fields
0: ErrorError while reading from or writing to the netlink socket
