Many Extend API functions can return generic errors that signify a problem. Here is a list of the common ones you might run into.
Code | Description |
10000 | Generic Error Code. |
10001 | Your request XML was empty. |
10002 | There was an error parsing your XML request. XML Error : %XML_ERROR%. |
10003 | Missing your methodName in your request. |
10004 | Error parsing your XML response : XML Error %XML_ERROR%. |
10005 | Your requested methodName (%METHOD_NAME%) was not found. |
10011 | Missing required parameter (%PARAM_NAME%). |
10013 | Invalid number of parameters. At least one of the following parameters is required : %LIST_OF_PARAMS% |
12003 | Database sql execution failed. |
28007 | Invalid number of parameters. The following parameters are dependent on each other : %LIST_OF_PARAMS%. |
84035 | Conflicting parameters. Only one of the following parameters is allowed : %LIST_OF_PARAMS% |
99999 | "Unreachable" code has been reached. This is most likely a bug. Please report this error to technical support. |