Enum fuel_vm::error::RuntimeError [−][src]
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.
Auto Trait Implementations
impl !RefUnwindSafe for RuntimeError
impl Send for RuntimeError
impl Sync for RuntimeError
impl Unpin for RuntimeError
impl !UnwindSafe for RuntimeError
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more