Skip to content

Commit 6c83869

Browse files
authored
Merge pull request #299 from ably/annotation-errs
Add a couple of annotation errors
2 parents 9e05f2e + cddc534 commit 6c83869

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)