Enum libafl::Error[][src]

pub enum Error {
Show variants Serialize(String), Compression, File(Error), EmptyOptional(String), KeyNotFound(String), Empty(String), IteratorEnd(String), NotImplemented(String), IllegalState(String), IllegalArgument(String), Forkserver(String), ShuttingDown, Unknown(String),
}
Expand description

Main error struct for AFL

Variants

Serialize(String)

Serialization error

Compression

Compression error

File(Error)

File related error

EmptyOptional(String)

Optional val was supposed to be set, but isn’t.

KeyNotFound(String)

Key not in Map

Empty(String)

No elements in the current item

IteratorEnd(String)

End of iteration

NotImplemented(String)

This is not supported (yet)

IllegalState(String)

You’re holding it wrong

IllegalArgument(String)

The argument passed to this method or function is not valid

Forkserver(String)

Forkserver related Error

ShuttingDown

Shutting down, not really an error.

Unknown(String)

Something else happened

Trait Implementations

Formats the value using the given formatter. Read more

Formats the value using the given formatter. Read more

Stringify the postcard serializer error

Performs the conversion.

Stringify the json serializer error

Performs the conversion.

Performs the conversion.

Create an AFL Error from io Error

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

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 Resulting TupleList, of an Prepend::prepend() call, including the prepended entry. Read more

Prepend a value to this tuple, returning a new tuple with prepended value.

Should always be Self

Converts the given value to a String. Read more

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.