ERR_KEY_ALREADY_EXISTS | An active API key already exists for this token. Only one active key per token is allowed. Revoke the existing key before creating a new one. |
ERR_TOKEN_NOT_FOUND | The specified token could not be found or does not belong to your account. Verify the token ID and ensure you have access to it. |
ERR_KEY_NOT_FOUND | The API key could not be found or is invalid. Ensure you’re using a valid, active API key for your flywheel operations. |
ERR_FLYWHEEL_NOT_FOUND | No flywheel is associated with the provided API key. Register a flywheel via the web app first before attempting batch operations. |
ERR_BATCH_NOT_FOUND | No batch exists with the provided batch ID. Verify the batch ID is correct and the batch hasn’t been deleted. |
ERR_KEY_GENERATION_FAILED | Failed to generate the API key during flywheel registration. This could be due to invalid scopes or internal errors. |
ERR_MULTISIG_WALLET_CREATION_FAILED | Failed to create the multisig wallet required for flywheel operations. This indicates an issue with the Solana blockchain or wallet service. |
ERR_FLYWHEEL_REGISTRATION_FAILED | The flywheel registration process failed after key and wallet creation. Check your request parameters and try again. |
ERR_BATCH_INIT_FAILED | Failed to compile pipelines or initialize the batch transaction. This could be due to invalid actions, transaction size limits, or compilation errors. |
ERR_BATCH_EXECUTE_FAILED | Failed to execute the batch. Check the batch status for detailed failure information and transaction results. |
ERR_BATCH_CURRENT_FAILED | Failed to retrieve current batch information. This indicates a database or service issue. |