Module essential_state_read_vm::error
source · Expand description
The types of errors that might occur throughout state read execution.
Structs§
- The gas cost of performing an operation would exceed the gas limit.
Enums§
- Errors occuring during
TotalControlFlowoperation. - A synchronous operation failed.
- An individual operation failed during state read execution.
- A synchronous operation failed.
- Stack operation error.
- State read execution failure.
- Errors occuring during
StateSlotsoperation.
Type Aliases§
- Shorthand for a
Resultwhere the error type is anOpAsyncError. - Shorthand for a
Resultwhere the error type is anOpError. - Shorthand for a
Resultwhere the error type is anOpSyncError. - Shorthand for a
Resultwhere the error type is aStackError. - Shorthand for a
Resultwhere the error type is aStateReadError. - Shorthand for a
Resultwhere the error type is aStateSlotsError.