Enum evm_core::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
Auto Trait Implementations
impl RefUnwindSafe for ExitFatal
impl UnwindSafe for ExitFatal
Blanket Implementations
Mutably borrows from an owned value. Read more