Error Codes
After sending an operation to our API routes you might encounter an error, which returns an errorId
flag indicating that there was an issue with the operation, in this page we will be looking at errorCodes and errorDescriptions
Response codes
200
0
SUCCESS
Request successful.
400
1
ERROR
Request failed due numerous reasons, check the table on this page for more information.
401
1
Unauthorized
Authentication failed, either the key is invalid or user doesn't exit.
Error codes
ERROR_NO_SLOT_AVAILABLE
no available servers for processing this task.
the server load might have exceeded its capacity, try again shortly and if it persists contact custome service.
ERROR_SERVICE_UNAVALIABLE
Service is temporarily unavailable
Either the load is too high or the service is down for maintenance.
ERROR_RATE_LIMIT
Request frequency/rate limit
Rate limit due the requests amount submitted to our service.
ERROR_INVALID_TASK_DATA
invalid task data
You have submitted invalid task data, reason might vary check the message.
ERROR_BAD_REQUEST
Error in Request
ERROR_TASKID_INVALID
Task ID does not exist or is invalid
ERROR_TASK_TIMEOUT
The task has timed out
ERROR_SETTLEMENT_FAILED
Mission point settlement failure
ERROR_KEY_DENIED_ACCESS
Wrong account key
ERROR_ZERO_BALANCE
Insufficient account balance
ERROR_TASK_NOT_SUPPORTED
Task types are not supported
ERROR_CAPTCHA_UNSOLVABLE
Captcha not recognized
ERROR_UNKNOWN_QUESTION
Wrong Question ID
ERROR_PROXY_BANNED
Proxy IP banned by target service
ERROR_INVALID_IMAGE
Image size does not meet the requirements
ERROR_IP_BANNED
Your IP has been blocked for 10 minutes
ERROR_KEY_TEMP_BLOCKED
Due to too many error requests have been blocked
ERROR_NETWORK_ERROR
Error in either the proxy network or the remote website.
ERROR_KEY_INVALID
Invalid key
ERROR_USER_NOT_FOUND
User not found
Last updated