Enum bgpkit_parser::parser::bmp::error::ParserBmpError
source · pub enum ParserBmpError {
InvalidOpenBmpHeader,
UnsupportedOpenBmpMessage,
CorruptedBmpMessage,
TruncatedBmpMessage,
}
Variants§
Trait Implementations§
source§impl Debug for ParserBmpError
impl Debug for ParserBmpError
source§impl Display for ParserBmpError
impl Display for ParserBmpError
source§impl Error for ParserBmpError
impl Error for ParserBmpError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl From<Error> for ParserBmpError
impl From<Error> for ParserBmpError
source§impl From<ParserError> for ParserBmpError
impl From<ParserError> for ParserBmpError
source§fn from(_: ParserError) -> Self
fn from(_: ParserError) -> Self
Converts to this type from the input type.