Merge pull request #4243 from stapelberg/parseerror

ipc: document parse_error COMMAND reply field
This commit is contained in:
Orestis Floros 2020-11-03 11:51:42 +01:00 committed by GitHub
commit 1d9160f2d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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