doc-exports/docs/opengauss/api-ref/opengauss_api_0031.html
Wang , Deng Ke a96a12ecf1 openGauss API 20221109 version
Reviewed-by: gtema <artem.goncharov@gmail.com>
Co-authored-by: Wang , Deng Ke <wangdengke2@huawei.com>
Co-committed-by: Wang , Deng Ke <wangdengke2@huawei.com>
2022-11-14 16:40:26 +00:00

3.2 KiB

Abnormal Request Results

Abnormal response description
Table 1 Abnormal response description

Name

Type

Description

error_code

String

Specifies the error returned when a task submission exception occurs.

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