GET api/error/msg?errcode={errcode}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| errcode | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
errormodel| Name | Description | Type | Additional information |
|---|---|---|---|
| err_code | integer |
None. |
|
| err_msg | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"err_code": 1,
"err_msg": "sample string 2"
}