Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions protocol/errors.json
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@
"92005": "no objects found matching operation path",
"92006": "unable to perform operation without objectId or path",
"92007": "operation not processable on path",
"92008": "unable to apply objects operation; objects sync did not complete",

"93001": "attempt to add an annotation listener without having requested the annotation_subscribe channel mode in ChannelOptions, which won't do anything (we only deliver annotations to clients who have explicitly requested them)",
"93002": "unable to perform operation; this operation can only be performed on channel in a namespace with Mutable Messages enabled",
Expand Down
Loading