Module hdk::prelude::result

Macros

Helper macro for returning an error from a WASM.

Structs

Wraps a WasmErrorInner with a file and line number. The easiest way to generate this is with the wasm_error! macro that will insert the correct file/line and can create strings by forwarding args to the format! macro.

Enums

Enum of all possible ERROR states that wasm can encounter.