Updated on 2024-08-05 GMT+08:00

Abnormal Request Results

  • Abnormal response
    Table 1 Parameter description

    Parameter

    Type

    Description

    error_code

    String

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

    error_msg

    String

    Error description returned when a task submission exception occurs

  • Example abnormal response
    { 
        "error_code": "DAS.200100",
        "error_msg": "Parameter error"
    }
    { 
        "error_code": "DAS.200051",
        "error_msg": "Authentication failed"
    }