Error codes
When you receive the final JSON output, a key called ErrorList may be present, which means certain errors occurred during processing and they are represented by the codes.
The errors are represented by the following codes:
Classification Errors: CIWCA24100-CIWCA24199
Headers Errors: CIWCA24200-CIWCA24299
Extraction Errors: CIWCA24300-CIWCA24399
Example response
content:
{
"ErrorList": [
{
"page_number": 1,
"errors": [
{
"error_code": "CIWCA24100",
"message": "Failure in docclassification"
}
]
}
]
}