👎Deprecated since 1.3.1: This crate has been renamed to ‘huginn-net’. Please use ‘huginn-net’ instead. See https://crates.io/crates/huginn-net for migration details.
Expand description
Error handling during TCP processing and Database parsing.
👎Deprecated since 1.3.1: This crate has been renamed to ‘huginn-net’. Please use ‘huginn-net’ instead. See https://crates.io/crates/huginn-net for migration details.
An error occurred while parsing data.
This variant is used when a parsing operation fails.
The associated string provides additional context about the error.
👎Deprecated since 1.3.1: This crate has been renamed to ‘huginn-net’. Please use ‘huginn-net’ instead. See https://crates.io/crates/huginn-net for migration details.
An unsupported protocol was encountered.
This variant is used when a protocol is not supported by the application.
The associated string specifies the unsupported protocol.
👎Deprecated since 1.3.1: This crate has been renamed to ‘huginn-net’. Please use ‘huginn-net’ instead. See https://crates.io/crates/huginn-net for migration details.
Invalid TCP flags were detected.
This variant is used when TCP flags are invalid or unexpected.
The associated value provides the invalid flags.
👎Deprecated since 1.3.1: This crate has been renamed to ‘huginn-net’. Please use ‘huginn-net’ instead. See https://crates.io/crates/huginn-net for migration details.
An invalid package was encountered.
This variant is used when a package is deemed invalid.
The associated string provides details about the invalid package.
👎Deprecated since 1.3.1: This crate has been renamed to ‘huginn-net’. Please use ‘huginn-net’ instead. See https://crates.io/crates/huginn-net for migration details.
An unsupported Ethernet type was encountered.
This variant is used when an Ethernet type is not supported.
The associated value specifies the unsupported Ethernet type.
👎Deprecated since 1.3.1: This crate has been renamed to ‘huginn-net’. Please use ‘huginn-net’ instead. See https://crates.io/crates/huginn-net for migration details.
An unknown error occurred.
This variant is used as a catch-all for errors that do not fit other categories.