Document Converter Error Code

This topic lists the error codes of the document converter.

Table 1. Document converter Error Code
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 Resume credits exhausted
1007 Wrong resume URL
1008 Not Text Content
1009 Resume File Extension Not Supported
1010 Resume File does not exist on this URL
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 Wrong Version
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.
1051 Invalid Token
1054 Invalid Access Token
1053 Please generate new access token. This token is expired before {time in second}

Error Code Sample Response

Below is the API Error Response in JSON Format:
{
  "error": {
    "errorcode": "",
    "errormsg": ""
  }
}