Skip to main content
Version: 57.2.0

SyncNack

Rejected mutation. Conflict nacks carry the canonical server document.

Properties

code

code: SyncNackCode


message?

optional message?: string


mutationId

mutationId: string


retryAfterMs?

optional retryAfterMs?: number

Minimum time (ms) the client should wait before retrying, filled by the server with the remaining rate-limit window (rate_limited nacks only).


serverDoc?

optional serverDoc?: unknown

Canonical serialized server document (conflict nacks).


serverSeq?

optional serverSeq?: number

The server document's current _syncSeq (conflict nacks).