Help Center> GaussDB(for MySQL)> API Reference> Appendix> Abnormal Request Results
Updated on 2023-10-23 GMT+08:00

Abnormal Request Results

  • Abnormal response description
    Table 1 Abnormal response description

    Name

    Type

    Description

    error_code

    String

    Returned error code when a task submission exception occurs. For details, see Error Codes.

    error_msg

    String

    Returned error description when a task submission exception occurs.

  • Example response
    {
        "error_code": "DBS.280234",
        "error_msg": "Invalid DB instance name."
    }