Enum mint_proxy::ErrorCode [−][src]
#[repr(u32)]
pub enum ErrorCode {
Show 13 variants
Unauthorized,
HardcapExceeded,
InvalidFreezeAuthority,
InvalidTokenMint,
InvalidProxyAuthority,
NotEnoughAccounts,
WhitelistEntryAlreadyExists,
WhitelistEntryNotFound,
WhitelistFull,
TokenProgramIDMismatch,
PendingOwnerMismatch,
MinterAllowanceExceeded,
U64Overflow,
}
Expand description
Errors
Variants
Unauthorized
HardcapExceeded
InvalidFreezeAuthority
InvalidTokenMint
InvalidProxyAuthority
NotEnoughAccounts
WhitelistEntryAlreadyExists
WhitelistEntryNotFound
WhitelistFull
TokenProgramIDMismatch
PendingOwnerMismatch
MinterAllowanceExceeded
U64Overflow
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ErrorCode
impl UnwindSafe for ErrorCode
Blanket Implementations
pub default fn example() -> T
Mutably borrows from an owned value. Read more