92008: LiveObjects sync did not complete
objects_sync_did_not_completeA LiveObjects operation could not be applied because the channel had not finished synchronizing its objects.
What you should do
Retry the operation once the channel has reattached and finished syncing its objects. The failure is local, so if the operation had already been sent to Ably it still takes effect on the server; avoid re-applying one that did, to prevent applying it twice.
Why it happens
The channel entered a detached, suspended, or failed state while the SDK was waiting for its objects to finish synchronizing, so the operation could not be applied to the local object state.
What you'll see
The error is reported with code 92008 and HTTP status 400. The message is of the form the operation could not be applied locally due to the channel entering the <state> state whilst waiting for objects sync to complete.