Skip to content
Sheetwrite

Sheetwrite / Documentation

DelimitedTextResourceError@sheetwrite/core

Stable resource-limit failure raised before the next oversized parse or encode allocation.

Stable resource-limit failure raised before the next oversized parse or encode allocation.

Members 5

constructor
constructor(resource: keyof DelimitedTextResourceLimits, limit: number, actual: number, operation: DelimitedTextOperation);
actual
actual: number;
limit
limit: number;
name
name: "DelimitedTextResourceError";
resource
resource: keyof DelimitedTextResourceLimits

Declaration

View full TypeScript declaration
class DelimitedTextResourceError extends SheetwriteError {
constructor(
resource: keyof DelimitedTextResourceLimits,
limit: number,
actual: number,
operation: DelimitedTextOperation,
);
actual: number;
limit: number;
name: "DelimitedTextResourceError";
resource: keyof DelimitedTextResourceLimits;
}