You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/08_capnweb_interface.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -309,7 +309,7 @@ type WireError = {
309
309
310
310
| Code | Meaning |
311
311
| --- | --- |
312
-
|`ENOENT`| Path does not exist on the receiver (covers ignored paths, which are invisible to `Workspace.fs`), or `getExec` / `disposeExec` referenced an unknown id. |
312
+
|`ENOENT`| Path does not exist on the receiver (including backend-only paths filtered from a pull), or `getExec` / `disposeExec` referenced an unknown id. |
313
313
|`EUNKNOWN_HASH`|**(reserved, planned)**`fetchObjects` or `pushObjects` referenced a hash the receiver has no record of. Reserved in `WireErrorCode` but not raised today; `pushObjects` should throw it via `createWorkspaceError`. |
314
314
|`EEXEC_BUSY`|`exec` was called with an `id` that's already in use by a live run. |
315
315
|`ELOG_TRUNCATED`|`getExec` resume point is older than the retained log. |
0 commit comments