essential_vm

Module error

Source
Expand description

The types of errors that might occur throughout execution.

Structs§

  • Execution failed at the operation at the given index.
  • Synchronous execution failed at the operation at the given index.
  • The gas cost of performing an operation would exceed the gas limit.

Enums§

Type Aliases§

  • Shorthand for a Result where the error type is a EvalSyncError.
  • Shorthand for a Result where the error type is a ExecError.
  • Shorthand for a Result where the error type is a ExecSyncError.
  • Shorthand for a Result where the error type is a MemoryError.
  • 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 RepeatError.
  • Shorthand for a Result where the error type is a StackError.
  • Shorthand for a Result where the error type is a TotalControlFlowError.