HTTP Response Codes
Qubictron uses conventional HTTP response codes to indicate the success or failure of an API request.
| code | status_code | success | description |
|---|---|---|---|
200 | OK | true | Request completed successfully. The packing result was calculated as expected. |
400 | WRONG_PARAMETERS | false | One or more request parameters are invalid, missing, or have an unsupported value. |
401 | INVALID_API_KEY | false | The provided API key is missing, invalid. |
403 | API_KEY_ACCESS_DENIED | false | The API key does not have permission to access this resource. |
403 | API_KEY_EXPIRED | false | The API key has expired. Please renew or replace it. |
403 | API_KEY_QUOTA_EXCEEDED | false | The API key has exhausted its total request quota for the current billing period. |
429 | API_KEY_RATE_LIMIT_EXCEEDED | false | The API key has exceeded the allowed request rate. Please slow down and retry. |
500 | UNEXPECTED_ERROR | false | An unexpected internal server error occurred. Please try again or contact support. |