Error Codes
All errorId values returned by the CaptchaSolv API.
Every API response includes an errorId integer. 0 always means success.
Error code table
errorId | Meaning |
|---|---|
0 | Success - no error. |
1 | Solve error - the task could not be completed. |
2 | Method not allowed - only POST is accepted. |
3 | Bad request - request body is malformed or missing required fields. |
4 | Unauthorized - invalid or missing api_key. |
5 | Internal error. |
6 | Task not found - the task_id does not exist or has expired. |
7 | Solve timeout - the task was not solved within timeout_secs. |
Error response shape
{
"errorId": 4,
"errorMessage": "unauthorized"
}