Help Center> GeminiDB> API Reference> Appendixes> Abnormal Request Results
Updated on 2023-04-21 GMT+08:00

Abnormal Request Results

  • Abnormal Response
    Table 1 Parameter description

    Parameter

    Mandatory

    Type

    Description

    error_code

    Yes

    String

    Error code returned when a task submission exception occurs.

    error_msg

    Yes

    String

    Error description returned when a task submission exception occurs.

  • Example abnormal response
    { 
        "error_code": "DBS.200001",
        "error_msg": "Parameter error"
    }