Updated on 2022-10-26 GMT+08:00

Abnormal Request Results

  • Abnormal response description
    Table 1 Abnormal response description

    Name

    Type

    Description

    error_code

    String

    Specifies the error code returned when the API response is abnormal. For details, see section Error Code.

    error_msg

    String

    Specifies the description of the error returned when the API response is abnormal.

  • Example Response:
    {   
        "error_code": "DRS.M00201",   
        "error_msg": "The %s parameter is empty."
    }
    {   
        "error_code": "DRS.M00202",   
        "error_msg": "The value of %s is invalid."   
    }