errorCode: full list of errors
When requesting the method, if the errorId
is returned with a value of 1, you can see the specific error message in
the errorCode and errorDescription
{
"errorId": 1,
"errorCode": "Error Code",
"errorDescription": "Error Description",
}
Response code comparison table
Status | ErrorId | Name | Description |
---|---|---|---|
200 | 0 | SUCCESS | Submitted successfully, or requested successfully |
400 | 1 | ERROR | Request failed, please check the error code table below |
401 | 1 | Unauthorized | Authentication failed, indicating that the API key is not correct |
Error code comparison table
errorCode | errorDescription | Description |
---|---|---|
ERROR_SERVICE_UNAVALIABLE | Service is temporarily unavailable | It is possible that the server pressure is high, please try again later, if it continues to appear please contact customer service |
ERROR_RATE_LIMIT | Request frequency/rate limit | Service packages request rate limit. When this error occurs, you have exceeded the rate limit |
ERROR_INVALID_TASK_DATA | invalid task data: … | You submitted incorrect data, please check the details of errorDescription |
ERROR_BAD_REQUEST | Error Request | Request error, if it persists please contact customer service |
ERROR_TASKID_INVALID | Task ID does not exist or is invalid | Wrong ID was requested, or the ID no longer exists |
ERROR_TASK_TIMEOUT | The task has timed out | If the recognition is still not successful in 120 seconds, a timeout error will be reported |
ERROR_SETTLEMENT_FAILED | Mission point settlement failure | Please check your balance or contact customer service |
ERROR_KEY_DENIED_ACCESS | Wrong account key | Please check if your clientKey key is correct, get it in the personal center |
ERROR_ZERO_BALANCE | Insufficient account balance | The account balance is not enough to offset the consumption, please top up |
ERROR_TASK_NOT_SUPPORTED | Task types are not supported | Captcha type is incorrect or not yet supported |
ERROR_CAPTCHA_UNSOLVABLE | Captcha not recognized | No deduction, please try again |
ERROR_UNKNOWN_QUESTION | Wrong Question ID | Normaly the task cannot be processed |
ERROR_PROXY_BANNED | Proxy IP banned by target service | Proxy IP banned by target service |
ERROR_INVALID_IMAGE | Image size does not meet the requirements | Invalid image |
ERROR_PARSE_IMAGE_FAIL | Failed to parse image | Please check if the image BASE64 encoding is correct |
ERROR_IP_BANNED | Your IP has been blocked for 10 minutes | If a large number of errors (up to 1000 times) occur within a short period of time (within 1 minute), the system will automatically blocked for 30 minutes. Please check your error information and try again |
ERROR_KEY_TEMP_BLOCKED | Due to too many error requests have been blocked | Due to too many error, requests have been blocked and will be automatically unblocked in 5 minutes, please try again later. |