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§
- Access operation error.
- ALU operation error.
- Errors occuring during
TotalControlFlowoperation. - Crypto operation error.
- Decode error.
- Encode error.
- Errors that might occur during synchronous evaluation.
- A
len wordserror. - Memory operation error.
- Missing argument error.
- An asynchronous operation failed.
- An individual operation failed during execution.
- A synchronous operation failed.
- Repeat operation error.
- Stack operation error.
- Total control flow operation error.
Type Aliases§
- Shorthand for a
Resultwhere the error type is aEvalSyncError. - Shorthand for a
Resultwhere the error type is aExecError. - Shorthand for a
Resultwhere the error type is aExecSyncError. - Shorthand for a
Resultwhere the error type is aMemoryError. - 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 aRepeatError. - Shorthand for a
Resultwhere the error type is aStackError. - Shorthand for a
Resultwhere the error type is aTotalControlFlowError.