Enum evm_runtime::ExitFatal [−][src]
pub enum ExitFatal { NotSupported, UnhandledInterrupt, CallErrorAsFatal(ExitError), Other(Cow<'static, str>), }
Expand description
Exit fatal reason.
Variants
The operation is not supported.
The trap (interrupt) is unhandled.
CallErrorAsFatal(ExitError)
The environment explictly set call errors as fatal error.
Other fatal errors.
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for ExitFatal
impl UnwindSafe for ExitFatal
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self