Skip to content
Sheetwrite

Sheetwrite / Documentation

SyncProtocolErrorCode@sheetwrite/core

Stable category identifying which synchronization protocol bound was violated.

Stable category identifying which synchronization protocol bound was violated.

Declaration

export type SyncProtocolErrorCode =
| "invalid-limits"
| "invalid-version"
| "invalid-id"
| "invalid-operations"
| "operation-limit"
| "payload-limit"
| "response-id-mismatch"
| "future-distance-limit"
| "buffer-count-limit"
| "buffer-operation-limit"
| "buffer-byte-limit"
| "pending-count-limit"
| "pending-operation-limit"
| "pending-byte-limit"
| "late-echo"
| "remote-operations-rejected";