...
- $.status:
List of unsaved parameter values.
Is present only for response with response code 400 – Bad request. There can be only one item in the status object.
Type: object
Optional.- Format of list items: "<parameter_name>": "<error_status>"
<parameter_name> – name of reported parameter
<error_status> – type of error. - Possible values:
"undefined" – parameter not exists
"bad value" – parameter value is out of range
"bad type" – wrong type of parameter value
"access denied" – parameter is not accessible for write
"no memory" – not enough memory
"error" – general internal error
"busy" – device is in busy state (e.g. during the factory init process or upgrade process)Page_break_pdf
- Format of list items: "<parameter_name>": "<error_status>"
Blok kódu | ||
---|---|---|
| ||
{ "status": { "cfg_update ": "busy" } } |
...