mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
docs/interop/qmp-spec: Update error description for parsing errors
The description text for a parsing error has changed since the spec doc was first written; update the example in the docs. Suggested-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Message-Id: <20230515162245.3964307-3-peter.maydell@linaro.org> Reviewed-by: Eric Blake <eblake@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com>
This commit is contained in:
parent
d56572584d
commit
8a85b8ec3d
1 changed files with 1 additions and 1 deletions
|
@ -307,7 +307,7 @@ This section provides some examples of real QMP usage, in all of them
|
|||
.. code-block:: QMP
|
||||
|
||||
-> { "execute": }
|
||||
<- { "error": { "class": "GenericError", "desc": "Invalid JSON syntax" } }
|
||||
<- { "error": { "class": "GenericError", "desc": "JSON parse error, expecting value" } }
|
||||
|
||||
.. admonition:: Example
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue