Porovnat verze

Klíč

  • Tento řádek byl přidán.
  • Tento řádek byl odstraněn.
  • Formátování bylo změněno.

...

  • $.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
Blok kódu
titleExample
{
      "status": {
        "cfg_update ": "busy"
      }
}

...