Error Code Description
When the service code is 0, it means success, and other error codes are as follows:
| CODE | Description | Suggestion |
|---|---|---|
| 1001 | System Error | Please try again later. |
| 1002 | Invalid Parameter | Please check the specific parameters with the interface documentation. |
| 1003 | Record Not Found | Requested data does not exist on the platform, please check the request parameters. |
| 1004 | Conflict Data | Please check the correctness of the submitted parameters. |
| 1005 | Illegal Parameter | Please check the submitted parameters or contact us. |
| 1006 | Illegal Data | Please check the parameters with the interface documentation. |
| 1007 | Invalid Data Length | Please check the submission parameter length. |
| 1008 | Data Serialization Error | Please check whether the parameters have illegal parameters. |
| 1009 | Http Request Error | Please check the network or contact us. |
| 1010 | Data Memory Error | Please check the parameters or contact us. |
| 1011 | Request failed: Forbidden | Please check that the Authorization signature is correct. |
| 1012 | Content-Type Not Support | Please check the Content-Type with the interface documentation. |
| 1013 | Parameter Mismatch | Please check the interface documentation if the required submission parameters are missing. |
| 1014 | Loading Data Error | Please check the parameters or contact us. |
| 1015 | Writing Data Error | Please check the parameters or contact us. |
| 1018 | Data Out of Precision | Please check the precision of the parameters. |
| 1001000 | Illegal Request Method | Currently, Open Platform can only accept GET、POST、PUT、DELETE. |
| 1001001 | Request Expired | Please check whether the Timestamp of the header and the current time are more than 60s. |
| 1001002 | Illegal Signature | Please check if the header Authorization matches the document format. |
| 1001003 | Illegal APPID | Please check whether the APPID is legal or exists. |
| 1001004 | Exceeded Number of Requests | Exceeded number of requests. |
| 1002001 | Illegal Parameter Format | Please check the parameters format. |
| 1002002 | Project Does Not Exist | Please check related project parameters. |
| 1002003 | Smartware Project Not Configured | Please configure the Smartware project first. |
| 1002004 | Smartware Does Not Exist | Please check Smartware related parameters. |
| 1002005 | Missing Required Store Attribute Parameters | Please pass in the necessary store attribute parameters as required. |
| 1002006 | Smartware Store Not Configured | Please configure the Smartware Store first. |
| 1002007 | Smartware Store Is Already Exist | If you need to configure a new store, please unbind the old one first. |
| 1002008 | SubtaskId Does Not Exist | Please check the SubtaskId has been created. |
| 1002009 | The SubtaskId's Parent Task Does Not Match The Current Request's RequestId | Please check if SubtaskId is reused. |
| 1002010 | Illegal RequestId | Please change RequestId. |
| 1002011 | RequestId Exists But Does Not Match The Current Request Interface | Please replace RequestId or check if RequestId is used correctly. |
| 1002012 | TaskId Does Not Exist | Please check if the TaskId has been created. |