TevmCallError: ValidateCallParamsError
| CallHandlerOptsError
| InternalError
| ExecutionError
| RevertError
| ExecuteCallError
| ExecuteCallError
All errors that can occur during a TEVM call.
This type is strongly typed if using throwOnFail: false
.
Examples
If throwOnFail: true
is used (the default), the errors are thrown directly. This type can then be used to catch the errors.
Defined in
packages/actions/src/Call/TevmCallError.ts:62