ipc: document parse_error COMMAND reply field

fixes #4166
This commit is contained in:
Michael Stapelberg 2020-11-03 09:48:28 +01:00
parent 19fbe1d30c
commit c22b35c293

View File

@ -161,6 +161,14 @@ sending a reply. Expect the socket to be shut down.
[{ "success": true }]
-------------------
When the specified command cannot be parsed, `success` will be false and
`parse_error` will be true:
*Example:*
-------------------
[{ "success": false, "parse_error": true }]
-------------------
[[_workspaces_reply]]
=== WORKSPACES reply