Enum bgpkit_parser::parser::rislive::error::ParserRisliveError
source · [−]pub enum ParserRisliveError {
IncorrectJson(String),
IncorrectRawBytes,
IrregularRisLiveFormat,
UnsupportedMessage,
ElemEndOfRibPrefix,
ElemUnknownOriginType(String),
ElemIncorrectAggregator(String),
ElemIncorrectPrefix(String),
ElemIncorrectIp(String),
}Variants
IncorrectJson(String)
IncorrectRawBytes
IrregularRisLiveFormat
UnsupportedMessage
ElemEndOfRibPrefix
ElemUnknownOriginType(String)
ElemIncorrectAggregator(String)
ElemIncorrectPrefix(String)
ElemIncorrectIp(String)
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ParserRisliveError
impl Send for ParserRisliveError
impl Sync for ParserRisliveError
impl Unpin for ParserRisliveError
impl UnwindSafe for ParserRisliveError
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more