Skip to content
Sheetwrite

Sheetwrite / Documentation

SyncProtocolError@sheetwrite/core

Typed rejection of malformed or resource-exhausting synchronization input.

Typed rejection of malformed or resource-exhausting synchronization input.

Members 2

constructor
constructor(code: SyncProtocolErrorCode, message: string);
name
name: "SyncProtocolError"

Declaration

View full TypeScript declaration
class SyncProtocolError extends SheetwriteError {
constructor(code: SyncProtocolErrorCode, message: string);
name: "SyncProtocolError";
}