Skip to content

Commit cddc534

Browse files
committed
Add a couple of annotation errors
Longer descriptions than is common in this repo, but there isn't actually a good reason for them to all be terse afaict
1 parent 9e05f2e commit cddc534

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

protocol/errors.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,9 @@
204204
"92006": "unable to perform operation without objectId or path",
205205
"92007": "operation not processable on path",
206206

207+
"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)",
208+
"93002": "Attempt to publish an annotation on a channel which isn't in a namespace which has Mutable Messages enabled",
209+
207210
"101000": "must have a non-empty name for the space",
208211
"101001": "must enter a space to perform this operation",
209212
"101002": "lock request already exists",

0 commit comments

Comments
 (0)