Skip to content
Sheetwrite

Sheetwrite / Documentation

SnapshotResourceError@sheetwrite/core

Stable resource failure raised by direct workbook construction paths.

Stable resource failure raised by direct workbook construction paths.

Members 5

constructor
constructor(resource: keyof SnapshotResourceLimits, limit: number, actual: number, options?: ErrorOptions);
actual
actual: number;
limit
limit: number;
name
name: "SnapshotResourceError";
resource
resource: keyof SnapshotResourceLimits

Declaration

View full TypeScript declaration
class SnapshotResourceError extends SheetwriteError {
constructor(
resource: keyof SnapshotResourceLimits,
limit: number,
actual: number,
options?: ErrorOptions,
);
actual: number;
limit: number;
name: "SnapshotResourceError";
resource: keyof SnapshotResourceLimits;
}