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;
code
code: "resource-limit";
limit
limit: number;
resource
resource: keyof SnapshotResourceLimits

Declaration

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