Error Code
This topic lists the error codes of the resume templater.
Error Codes
Error Code | Error Message |
---|---|
1001 | Userkey is required |
1002 | Subuser id is required |
1003 | Invalid user key |
1004 | Filename with file extension is required |
1005 | Key expired |
1006 | You have used your quota of JD parsing |
1007 | Wrong resume URL |
1008 | File base64 data is required |
1009 | JD File Extension not supported |
1010 | Base64 text data is required |
1011 | Version Required |
1012 | Invalid Version |
1013 | This Version does not support your Agreement |
1014 | Corrupted data/ No Content Found |
1015 | Unable to parse the content |
1016 | No Resume Content Found |
1017 | Not Text Content. Please save this file to proper format and send |
1018 | File size is too large for processing |
1019 | Unable to detect language |
1020 | Unable to open PDF Parser |
1021 | File conversion error |
1035 | Invalid request. Please check api parameters. |
2202 | Output type extension not supported. It support only doc, docx, rtf, pdf and html type. |
2203 | Invalid TemplateKey. Please contact with Rchilli support team on support@rchilli.com. |
1051 | Invalid Token |
1054 | Invalid Access Token |
1053 | Please generate new access token. This token is expired before {time in second} |
Error Schema
The error schema you see below is for error code 1035, and it will look the same for
all other errors related to the Resume Templater
API.
{
"error": {
"errorcode": "1035",
"errormsg": "Invalid request. Please check api parameters."
}
}