Expand description
Type definitions and helpers for error handling.
Enumerates possible errors in smart contracts ContractError
.
Errors related to conversion, decoding, message status code, other internal
errors.
Structs
- Syscall executing result.
Enums
- Common error type returned by API functions from other modules.
- Execution error.
- An error occurred in API.
- Memory error.
- Error using messages.
- Reservation error.
- Simple execution error
- Reply error
- Signal error
- Error using waiting syscalls.
Traits
- Type that can be encoded and decoded into status code
Type Definitions
Result
type with a predefined error type (ContractError
).