Module gear_core_backend::error
source · Structs§
- Non-actor related termination reason.
Enums§
- Error returned by fallible syscall.
- Execution error in infallible syscall.
- Memory error in infallible syscall.
- Wait error in infallible syscall.
Traits§
- A trait for conversion of the externalities memory management error to api error.
- A trait for conversion of the externalities API error to
UndefinedTerminationReason
andRunFallibleError
.