Enum usiem::components::common::LogParsingError[][src]

pub enum LogParsingError {
    NoValidParser(SiemLog),
    ParserError(SiemLog),
}
Expand description

Error at parsing a log

Variants

NoValidParser(SiemLog)

The parser can’t be used with this log

Tuple Fields of NoValidParser

0: SiemLog
ParserError(SiemLog)

The parser can be used with this log but has some bug

Tuple Fields of ParserError

0: SiemLog

Trait Implementations

Formats the value using the given formatter. Read more

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.