Start Here
Error Codes
Comprehensive Error Codes Guide for NoCaptcha AI
Error Codes
Error Codes
This document provides a complete reference for understanding error codes returned by NoCaptcha AI systems.
Glossary
| Field | Description |
|---|---|
errorId | Unique internal error identifier. |
errorCode | Public-facing error code. |
errorDescription | Human-readable explanation of the error. |
status | Current status of the request or system state. |
Meaning
| status | errorId |
|---|---|
| 200 | 1 = error |
| 400 | 0 = successful |
| 400 | 0 = successful |
Example Response
{
"errorId": 1,
"errorCode": 0,
"errorDescription": null,
"status": "ready"
}