Module lumina_node_wasm::error
source · Expand description
Error type and utilities.
Structs§
- An error that can cross the WASM ABI border.
Traits§
- Utility to add more context to the
Error
.
Type Aliases§
- Alias for a
Result
with the error typeError
.