Error Code
This topic lists the error codes for the resume summarization API Plugin.
Error Code | Error Message |
---|---|
1001 | Userkey is required |
1002 | Subuser id is required |
1003 | Invalid key. Please check the key you are passing. |
1005 | Key expired |
1011 | Version Required |
1012 | Invalid Version |
1013 | This Version does not support your Agreement |
1035 | Invalid request. Please check api parameters. |
2021 | JSON base64 data is required |
2012 | location data required |
2013 | No job profile found |
Error Code Sample Response
Below is the API Error Response in JSON
Format:
{
"error": {
"errorcode": "",
"errormsg": ""
}
}