Expand description
Error types returned by the library.
Most public APIs return crate::Result, which uses Error as the error
type. The variants provide access to more specific error categories when
needed.
Enums§
- Disassembly
Error - Errors returned during bytecode disassembly.
- Error
- Top level error surfaced by the library APIs.
- Manifest
Error - Errors returned while parsing Neo manifest files.
- NefError
- Errors returned while parsing NEF containers.
Type Aliases§
- Result
- Convenient result alias for the library.