Error Code
This topic lists the error codes for the Bias Detection API Plugin.
Error Code | Error Message |
---|---|
405 | Get Request not supported. |
1001 | Userkey is required |
1002 | Subuser id is required |
1003 | Invalid key. Please check the key you are passing. |
1004 | Filename is required |
1005 | Key expired |
1006 | Resume credits exhausted |
1007 | Wrong resume URL |
1008 | File base64 data is required |
1009 | Resume File Extension not supported. Resume Parser support only doc,docx,dot,rtf,pdf,odt,txt,htm and html files |
2010 | Invalid Request. Please send valid JSON data |
2011 | JSON base64 data is required |
3009 | weightage json is invalid. |
3015 | invalid weightage json for resume. |
3016 | invalid weightage json for jd. |
3017 | Total weightage for Resume is less than 100. Please provide valid weightage. |
3018 | Total weightage for Resume exceeds 100. Please provide valid weightage. |
3019 | Total weightage for JD is less than 100. Please provide valid weightage. |
3020 | Total weightage for JD exceeds 100. Please provide valid weightage. |
Error Code Sample Response
Below is the API Error Response in JSON
Format:
{
"error": {
"errorcode": "",
"errormsg": ""
}
}