ContractErrorCode
ContractErrorCode
Defined in: distributor/solana/types.ts:285
Enumeration Members
| Enumeration Member | Value | Description | Defined in |
|---|---|---|---|
ArithmeticError | "ArithmeticError" | Arithmetic Error (overflow/underflow) | distributor/solana/types.ts:315 |
ClaimExpired | "ClaimExpired" | Claim window expired | distributor/solana/types.ts:313 |
ClaimIsClosed | "ClaimIsClosed" | Claim is closed | distributor/solana/types.ts:325 |
ClaimsAreNotClosable | "ClaimsAreNotClosable" | Claims are not closable | distributor/solana/types.ts:327 |
ClawbackAlreadyClaimed | "ClawbackAlreadyClaimed" | Clawback already claimed | distributor/solana/types.ts:305 |
ClawbackBeforeStart | "ClawbackBeforeStart" | Attempted clawback before start | distributor/solana/types.ts:303 |
ClawbackBeforeVesting | "ClawbackBeforeVesting" | Clawback cannot be before vesting starts | distributor/solana/types.ts:301 |
ExceededMaxClaim | "ExceededMaxClaim" | Exceeded maximum claim amount | distributor/solana/types.ts:293 |
InsufficientClawbackDelay | "InsufficientClawbackDelay" | Clawback start must be at least one day after vesting end | distributor/solana/types.ts:307 |
InsufficientUnlockedTokens | "InsufficientUnlockedTokens" | Insufficient unlocked tokens | distributor/solana/types.ts:287 |
InvalidMint | "InvalidMint" | Invalid Mint | distributor/solana/types.ts:323 |
InvalidProof | "InvalidProof" | Invalid Merkle proof | distributor/solana/types.ts:291 |
InvalidVersion | "InvalidVersion" | Airdrop Version Mismatch | distributor/solana/types.ts:321 |
MaxNodesExceeded | "MaxNodesExceeded" | Exceeded maximum node count | distributor/solana/types.ts:295 |
OwnerMismatch | "OwnerMismatch" | Token account owner did not match intended owner | distributor/solana/types.ts:299 |
SameAdmin | "SameAdmin" | New and old admin are identical | distributor/solana/types.ts:311 |
SameClawbackReceiver | "SameClawbackReceiver" | New and old Clawback receivers are identical | distributor/solana/types.ts:309 |
StartTimestampAfterEnd | "StartTimestampAfterEnd" | Start Timestamp cannot be after end Timestamp | distributor/solana/types.ts:317 |
StartTooFarInFuture | "StartTooFarInFuture" | Deposit Start too far in future | distributor/solana/types.ts:289 |
TimestampsNotInFuture | "TimestampsNotInFuture" | Timestamps cannot be in the past | distributor/solana/types.ts:319 |
Unauthorized | "Unauthorized" | Account is not authorized to execute this instruction | distributor/solana/types.ts:297 |