Enum fuel_vm::error::RuntimeError
source ·
[−]pub enum RuntimeError {
Recoverable(PanicReason),
Halt(Error),
}
Expand description
Runtime error description that should either be specified in the protocol or halt the execution.
Variants
Recoverable(PanicReason)
Tuple Fields
0: PanicReason
Specified error with well-formed fallback strategy.
Halt(Error)
Tuple Fields
0: Error
Unspecified error that should halt the execution.
Implementations
Trait Implementations
Performs the conversion.
Performs the conversion.