diff --git a/docs/ipc b/docs/ipc index 62f6555c4..bb8719cb4 100644 --- a/docs/ipc +++ b/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