[][src]Module evm::errors

VM errors

Enums

CommitError

Errors returned when committing a new information.

EvalError

Eval error. On-chain error, not-supported error or require error.

EvalOnChainError

Eval on-chain error. Can either be an on-chain error or a require error.

NotSupportedError

Errors when the VM detects that it does not support certain operations.

OnChainError

Errors that can be written on chain.

PreExecutionError

Errors when trying to validate the transaction.

RequireError

Errors stating that the VM requires additional information to continue running.

RuntimeError

Runtime error. Can either be an on-chain error or a not-supported error.