Merge pull request #4243 from stapelberg/parseerror
ipc: document parse_error COMMAND reply field
This commit is contained in:
commit
1d9160f2d2
8
docs/ipc
8
docs/ipc
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user