Error Codes

This topic lists the error codes for the JD Builder API Plugin.

Table 1. JD Builder 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.
1005 Key expired
1006 Resume credits exhausted
2010 Invalid Request. Please send valid JSON data
2011 JSON base64 data is required
4004 Unable to process your request due to a processing error

Error Code Sample Response

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