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 3

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

Declaration

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