We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d75a7bd commit 22a2272Copy full SHA for 22a2272
src/plugins/liveobjects/realtimeobject.ts
@@ -240,7 +240,7 @@ export class RealtimeObject {
240
/** @spec RTO20e1 */
241
private _failPendingOperations(state: ChannelState): void {
242
const err = new this._client.ErrorInfo(
243
- `objects sync could not be completed due to the channel entering the ${state} state`,
+ `the operation could not be applied locally due to the channel entering the ${state} state whilst waiting for objects sync to complete`,
244
92008,
245
400,
246
this._channel.errorReason || undefined,
0 commit comments