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/api/sharedb-error.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,3 +100,9 @@ Representation of an error, with a machine-parsable [code](#error-codes).
100
100
### `ERR_TYPE_CANNOT_BE_PROJECTED`
101
101
102
102
> The document's type cannot be projected. [`json0`]({{ site.baseurl }}{% link types/json0.md %}) is currently the only type that supports projections.
103
+
104
+
### `ERR_NO_OP`
105
+
106
+
> The submitted op resulted in a no-op, possibly after transformation by a remote op.
107
+
108
+
> This is normal behavior and the client should swallow this error without bumping doc version.
0 commit comments