Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Commit

Permalink
Merge pull request #4243 from stapelberg/parseerror
Browse files Browse the repository at this point in the history
ipc: document parse_error COMMAND reply field
  • Loading branch information
orestisfl committed Nov 3, 2020
2 parents 829b4d2 + c22b35c commit 1d9160f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/ipc
Expand Up @@ -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

Expand Down

0 comments on commit 1d9160f

Please sign in to comment.