Enum wasm_core::executor::ExecuteError [] [src]

pub enum ExecuteError {
    Custom(String),
    OperandStackUnderflow,
    NotImplemented,
    TableIndexOutOfBound,
    TypeIdxIndexOufOfBound,
    FunctionIndexOutOfBound,
    OpcodeIndexOutOfBound,
    FrameIndexOutOfBound,
    LocalIndexOutOfBound(usize),
    GlobalIndexOutOfBound,
    UnreachableExecuted,
    AddrOutOfBound(u32u32),
    TypeMismatch,
    ValueTypeMismatch,
    ReturnTypeMismatch,
    UndefinedTableEntry,
    FunctionNotFound,
    ExportEntryNotFound,
    InvalidMemoryOperation,
    FloatingPointException,
    IndirectCallTypeMismatch(usizeTypeType),
}

Variants

Trait Implementations

impl Debug for ExecuteError
[src]

[src]

Formats the value using the given formatter. Read more

impl Display for ExecuteError
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ExecuteError

impl Sync for ExecuteError