Module sputnikvm::errors

source ·
Expand description

VM errors

Enums

Errors returned when committing a new information.
Eval error. On-chain error, not-supported error or require error.
Eval on-chain error. Can either be an on-chain error or a require error.
Errors when the VM detects that it does not support certain operations.
Errors that can be written on chain.
Errors when trying to validate the transaction.
Errors stating that the VM requires additional information to continue running.
Runtime error. Can either be an on-chain error or a not-supported error.