forked from docs/doc-exports
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: Wang , Deng Ke <wangdengke2@huawei.com> Co-committed-by: Wang , Deng Ke <wangdengke2@huawei.com>
11 KiB
11 KiB
Abnormal Request Results
v3 APIs
Abnormal response description
Name |
Type |
Description |
|---|---|---|
error_code |
String |
Specifies the error code returned when a task submission exception occurs. For details, see Table 2. |
error_msg |
String |
Specifies the description of the error returned when a task submission exception occurs. |
Response example
{
"error_code": "DBS.200022",
"error_msg": "The DB instance name already exists."
}
v1 APIs
Abnormal response description
Name |
Type |
Description |
|---|---|---|
errCode |
String |
Specifies the error code returned when a task submission exception occurs. For details, see Table 2. |
externalMessage |
String |
Specifies the description of the error returned when a task submission exception occurs. |
Response example
{
"errCode": "RDS.1102",
"externalMessage": "The DB instance name already exists."
}
OpenStack Trove API v1.0 APIs
Abnormal response description
Response example
{
"itemNotFound": {
"code": 404,
"message": "The resource could not be found."
}
}
Parent topic: Appendix