Skip to content

Commit 22a2272

Browse files
Clarify RTO20e1 error message
Address ably/specification#419 (comment) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent d75a7bd commit 22a2272

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/liveobjects/realtimeobject.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ export class RealtimeObject {
240240
/** @spec RTO20e1 */
241241
private _failPendingOperations(state: ChannelState): void {
242242
const err = new this._client.ErrorInfo(
243-
`objects sync could not be completed due to the channel entering the ${state} state`,
243+
`the operation could not be applied locally due to the channel entering the ${state} state whilst waiting for objects sync to complete`,
244244
92008,
245245
400,
246246
this._channel.errorReason || undefined,

0 commit comments

Comments
 (0)