Skip to main content

Module error

Module error 

Source
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§

DisassemblyError
Errors returned during bytecode disassembly.
Error
Top level error surfaced by the library APIs.
ManifestError
Errors returned while parsing Neo manifest files.
NefError
Errors returned while parsing NEF containers.

Type Aliases§

Result
Convenient result alias for the library.