INVALID_REQUEST | 400 | A deploy request field is missing or invalid. |
INVALID_AUTH_TOKEN | 401 | The auth token was rejected. |
INVALID_IMAGE_URL | 400 | image_url must start with http. |
INVALID_BUNDLE_MODE | 400 | bundle_mode must be packed, non_packed, or sniper. |
DUPLICATE_DEX | 400 | A DEX appears more than once in configs. |
INVALID_DEX_CONFIG | 400 | A DEX configuration entry is invalid. message includes the index and reason. |
INVALID_WALLET_ADDRESS | 400 | wallet_address is not a valid Solana address or is not owned by the caller. |
INVALID_BUY_WALLET | 400 | A wallet in buys is invalid. |
INVALID_DISTRIBUTION_WALLET | 400 | A wallet in distributions is invalid. |
INSUFFICIENT_BALANCE | 400 | A wallet has insufficient SOL balance. message includes the wallet, have, and need values in lamports. |
DISTRIBUTION_PERCENTAGE_EXCEEDS_CAP | 400 | The total distribution percentage exceeds 100 %. |
DISTRIBUTIONS_REQUIRE_CREATOR_BUY | 400 | You must set creator_buy_sol_amount when using distributions. |
NON_PACKED_TOO_MANY_BUYS | 400 | non_packed mode has a maximum number of buyer wallets. |
BAGS_DESCRIPTION_REQUIRED | 400 | A description is required for Bags launches. |
BAGS_FEE_CLAIMER_BPS_INVALID | 400 | Bags fee claimer basis points must total 10,000. |
BUNDLE_SIMULATION_FAILED | 400 | Bundle simulation failed before submission. message includes the DEX index. |
INTERNAL | 500 | The server could not complete the deploy. Safe to retry. |