[][src]Module wasmer_runtime::error

The error module contains the data structures and helper functions used to implement errors that are produced and returned from the wasmer runtime.

Structs

RuntimeError

A struct representing an aborted instruction execution, with a message indicating the cause.

Enums

CompileError

The WebAssembly.CompileError object indicates an error during WebAssembly decoding or validation.

ExportError

The ExportError can happen when trying to get a specific export Extern from the Instance exports.

InstantiationError

An error while instantiating a module.

LinkError

The WebAssembly.LinkError object indicates an error during module instantiation (besides traps from the start function).

MemoryError

Error type describing things that can go wrong when operating on Wasm Memories.