Skip to content
Sheetwrite

Sheetwrite / Documentation

PersistenceError@sheetwrite/core

Typed failure raised by persistence and synchronization flows.

Typed failure raised by persistence and synchronization flows.

Members 2

constructor
constructor(code: PersistenceErrorCode, message: string, options?: ErrorOptions);
name
name: "PersistenceError"

Declaration

View full TypeScript declaration
class PersistenceError extends SheetwriteError {
constructor(
code: PersistenceErrorCode,
message: string,
options?: ErrorOptions,
);
name: "PersistenceError";
}