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§

Type Aliases§

  • Shorthand for a Result where the error type is an OpAsyncError.
  • Shorthand for a Result where the error type is an OpError.
  • Shorthand for a Result where the error type is an OpSyncError.
  • Shorthand for a Result where the error type is a StackError.
  • Shorthand for a Result where the error type is a StateReadError.
  • Shorthand for a Result where the error type is a StateSlotsError.