Skip to content

Commit 4e10aa9

Browse files
Add error code 92008 for apply-on-ACK abandonment of wait-for-SYNCED
This is the code that a LiveObjects mutation operation will fail with if the channel enters DETACHED, SUSPENDED, or FAILED whilst waiting for the objects sync state to become SYNCED. See [1]. [1] ably/specification#419
1 parent 6ff9a1a commit 4e10aa9

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)