-/// Errors in netwatcher or in one of the underlying platform integratinos.
-#[derive(Debug, Clone, PartialEq, Eq)]
-pub enum Error {
- CreateSocket(Errno),
- Bind(Errno),
- CreatePipe(Errno),
- Getifaddrs(Errno),
- GetInterfaceName(Errno),
- FormatMacAddress,
- Internal,
-}
-