Skip to content

Error Codes

Error Codes

Error Codes

This document provides a complete reference for understanding error codes returned by NoCaptcha AI systems.


Glossary

FieldDescription
errorIdUnique internal error identifier.
errorCodePublic-facing error code.
errorDescriptionHuman-readable explanation of the error.
statusCurrent status of the request or system state.

Meaning

statuserrorId
2001 = error
4000 = successful
4000 = successful

Example Response

{
"errorId": 1,
"errorCode": 0,
"errorDescription": null,
"status": "ready"
}