forked from docs/doc-exports
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>
3.2 KiB
3.2 KiB
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." }
Parent topic: Appendix