Enum fuel_vm::error::BugVariant
source · pub enum BugVariant {
ContextGasOverflow,
ContextGasUnderflow,
GlobalGasUnderflow,
StackPointerOverflow,
}
Expand description
Traceable bug variants
Variants§
ContextGasOverflow
Context gas increase has overflow
ContextGasUnderflow
Context gas increase has underflow
GlobalGasUnderflow
Global gas subtraction has underflow
StackPointerOverflow
The stack point has overflow
Trait Implementations§
source§impl Clone for BugVariant
impl Clone for BugVariant
source§fn clone(&self) -> BugVariant
fn clone(&self) -> BugVariant
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more