Skip to main content

Module error

Module error 

Source
Expand description

Error types for binary decoding.

All errors carry byte offsets into the original binary and structured context, enabling precise diagnostic messages.

Structs§

ByteOffset
The byte offset into the WASM binary where an error occurred.
DecodeError
Errors that can occur during binary decoding.

Enums§

DecodeContext
Contextual information about what was being decoded when the error occurred.
DecodeErrorKind
Specific categories of decode errors.