Expand description
Error types for binary decoding.
All errors carry byte offsets into the original binary and structured context, enabling precise diagnostic messages.
Structs§
- Byte
Offset - The byte offset into the WASM binary where an error occurred.
- Decode
Error - Errors that can occur during binary decoding.
Enums§
- Decode
Context - Contextual information about what was being decoded when the error occurred.
- Decode
Error Kind - Specific categories of decode errors.