If a document that is not a resume or CV is uploaded to the RChilli Resume Parser, and it does not contain sufficient identifiable resume data (such as education, experience, or skills), the following will occur:
โ ๏ธ Parser Response
The API will return an error response like this:
{
"error": {
"errorcode": 1014,
"errormsg": "Corrupted data/No Content Found."
}
}
๐ Reason for Error
This error occurs when the parser is unable to detect any valid content typically found in a resumeโsuch as:
-
Education details
-
Work experience
-
Skills or technical proficiencies
If none of these are present, the document is treated as corrupted or invalid for resume parsing purposes.
๐ณ Parsing Credit Policy
Parsing credits are not deducted in this case. Since the parsing attempt fails due to lack of valid resume content, the system does not charge for the attempt, preserving your API quota.
๐ Key Points
| Scenario | System Behavior |
| Non-resume or irrelevant document uploaded | Error code 1014 with message "Corrupted data/No Content Found" |
| Missing resume blocks (Education/Experience/Skills) | Same error returned |
| Parsing Credit Deduction | No parsing credit is consumed |
๐ Need Help?
If you're unsure about an error or believe the document should have been parsed:
๐ง Email: support@rchilli.com
Comments
0 comments
Please sign in to leave a comment.