Enum solana_program::lamports::LamportsError [−][src]
pub enum LamportsError { ArithmeticUnderflow, ArithmeticOverflow, }
Variants
arithmetic underflowed
arithmetic overflowed
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for LamportsError
impl Send for LamportsError
impl Sync for LamportsError
impl Unpin for LamportsError
impl UnwindSafe for LamportsError