Abnormal Request Results
v3 APIs
Abnormal response description
| Parameter | Type | Description |
|---|---|---|
| error_code | String | Error code returned when a task submission exception occurs |
| error_msg | String | Error description returned when a task submission exception occurs |
Response example:
{
"error_code": "DBS.300301",
"error_msg": "Failed to update the account"
} v1 and v2 APIs
| Parameter | Type | Description |
|---|---|---|
| errCode | String | Error code returned when a task submission exception occurs |
| externalMessage | String | Description of the error returned when a task submission exception occurs. |
Response example:
{
"errCode": "DBS.300101",
"externalMessage": "Failed to delete the schema"
} Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.