Skip to content

Commit 6a7009b

Browse files
Merge pull request #328 from ably/AIT-280-objects-sync-error-code
Add error code 92008 for apply-on-ACK abandonment of wait-for-SYNCED
2 parents 6ff9a1a + 4e10aa9 commit 6a7009b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

protocol/errors.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@
209209
"92005": "no objects found matching operation path",
210210
"92006": "unable to perform operation without objectId or path",
211211
"92007": "operation not processable on path",
212+
"92008": "unable to apply objects operation; objects sync did not complete",
212213

213214
"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)",
214215
"93002": "unable to perform operation; this operation can only be performed on channel in a namespace with Mutable Messages enabled",

0 commit comments

Comments
 (0)