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 LamportsErrorimpl Send for LamportsErrorimpl Sync for LamportsErrorimpl Unpin for LamportsErrorimpl UnwindSafe for LamportsError