Updated on 2024-08-02 GMT+08:00

Abnormal Request Results

v3 APIs

Abnormal response description

Table 1 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

Abnormal response description
Table 2 Parameter description

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"  
}