curl --location --request GET '/admin-api/system/error-code/get?id=1024' \
--header 'Authorization: {{token}}' \
--header 'Accept-Language: zh-CN' \
--header 'Content-Type: application/json'
{
"code": 0,
"data": {
"id": "25539",
"errorCode": 0,
"errorType": 2,
"errorInfo": "string",
"errorLevel": 0,
"levelType": 1,
"warnV2": 0,
"shutdownOrNot": 0,
"faultSource": 0,
"errorUuid": 28402,
"deviceType": 2,
"warnContation": 0,
"externalDisplay": 0
},
"msg": "string"
}