pub enum IcpRefillErrorCode {
Show 14 variants
BadFee,
Duplicate,
FabricationUnavailable,
InvalidLedgerBlockIndex,
InvalidTransaction,
LedgerTransferFailed,
NotifyFailed,
NotifyMaxAttempts,
Processing,
RateGateDenied,
Refunded,
RequestDenied,
TransactionTooOld,
TransferWindowStale,
}Expand description
IcpRefillErrorCode
Variants§
BadFee
Duplicate
InvalidLedgerBlockIndex
InvalidTransaction
LedgerTransferFailed
NotifyFailed
NotifyMaxAttempts
Processing
RateGateDenied
Refunded
RequestDenied
TransactionTooOld
TransferWindowStale
Trait Implementations§
Source§impl CandidType for IcpRefillErrorCode
impl CandidType for IcpRefillErrorCode
Source§impl Clone for IcpRefillErrorCode
impl Clone for IcpRefillErrorCode
Source§fn clone(&self) -> IcpRefillErrorCode
fn clone(&self) -> IcpRefillErrorCode
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for IcpRefillErrorCode
impl Debug for IcpRefillErrorCode
Source§impl<'de> Deserialize<'de> for IcpRefillErrorCode
impl<'de> Deserialize<'de> for IcpRefillErrorCode
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for IcpRefillErrorCode
impl PartialEq for IcpRefillErrorCode
Source§fn eq(&self, other: &IcpRefillErrorCode) -> bool
fn eq(&self, other: &IcpRefillErrorCode) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for IcpRefillErrorCode
impl Serialize for IcpRefillErrorCode
impl Copy for IcpRefillErrorCode
impl Eq for IcpRefillErrorCode
impl StructuralPartialEq for IcpRefillErrorCode
Auto Trait Implementations§
impl Freeze for IcpRefillErrorCode
impl RefUnwindSafe for IcpRefillErrorCode
impl Send for IcpRefillErrorCode
impl Sync for IcpRefillErrorCode
impl Unpin for IcpRefillErrorCode
impl UnsafeUnpin for IcpRefillErrorCode
impl UnwindSafe for IcpRefillErrorCode
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more