Resume Redactor API Error Code

This topic lists the error codes of the Resume Redactor API.

Error Codes

Table 1. Resume Redactor API Error Code
Error Code Error Message
1001 Userkey is required.
1002 Subuser id is required.
1003 Invalid key. Please check the key you are passing.
1004 File name is required.
1008 File base64 data is required.
1011 Version is required.
1012 Invalid Version. The current version is "1.0.0"
1035 Invalid request. Please check api parameters.
2060 Maskfields must be array type.
2061 Invalid field name '{fieldName}' in maskfields. Refer Default Configuration Parameter for maskfields.
2062 Masktype is required.
2063 Masktype must be string.
2065 Highlight color must be string.
2066 Invalid color name '{color}' in maskfields. Refer Configuration Parameter Table for more details on color.
2067 Invalid field name '{fieldName}' in abbreviationfields. Refer Configuration Parameter Table for details on abbreviationfields.
2068 Abbreviation field is required.
2069 Abbreviation must be boolean type.
2070 Abbreviationfields must be array type.
2071 Field name must be string type.
2072 Maskfields is required.
2073 Abbreviationfields is required.
2075 The document appears to be corrupted and cannot be loaded.

Error Schema

The error schema you see below is for error code 1003, and it will look the same for all other errors related to the Resume Redactor API.
{
    "error": {
        "errorcode": "1003",
        "errormsg": "Invalid key. Please check the key you are passing. "
    }
}