Enum bpf_sys::type_gen::TypeGenError[][src]

pub enum TypeGenError {
    VmlinuxParsingError,
    VmlinuxNotFound,
    InvalidPath,
    IO(Error),
    RegexError,
    DumpError,
}
Expand description

An error that occurred during parsing vmlinux and generating C source code from BTF.

Variants

VmlinuxParsingError

error on parsing vmlinux

VmlinuxNotFound

vmlinux not found

InvalidPath

path contains invalid utf-8

IO(Error)

Tuple Fields

0: Error

IO error

RegexError

invalid regex

DumpError

Trait Implementations

Formats the value using the given formatter. 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.