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);
code
code: PersistenceErrorCode

Declaration

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