Codebase list i3-gaps / 1d9160f
Merge pull request #4243 from stapelberg/parseerror ipc: document parse_error COMMAND reply field Orestis Floros authored 3 years ago GitHub committed 3 years ago
1 changed file(s) with 8 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
158158 *Example:*
159159 -------------------
160160 [{ "success": true }]
161 -------------------
162
163 When the specified command cannot be parsed, `success` will be false and
164 `parse_error` will be true:
165
166 *Example:*
167 -------------------
168 [{ "success": false, "parse_error": true }]
161169 -------------------
162170
163171 [[_workspaces_reply]]