Skip to content
Sheetwrite

Sheetwrite / Documentation

DelimitedTextOptionsError@sheetwrite/core

Stable invalid-option failure for a delimited-text resource ceiling.

Stable invalid-option failure for a delimited-text resource ceiling.

Members 5

constructor
constructor(resource: keyof DelimitedTextResourceLimits, value: unknown);
code
code: "DELIMITED_TEXT_INVALID_LIMIT";
name
name: "DelimitedTextOptionsError";
resource
resource: keyof DelimitedTextResourceLimits;
value
value: unknown

Declaration

View full TypeScript declaration
class DelimitedTextOptionsError extends TypeError {
constructor(resource: keyof DelimitedTextResourceLimits, value: unknown);
code: "DELIMITED_TEXT_INVALID_LIMIT";
name: "DelimitedTextOptionsError";
resource: keyof DelimitedTextResourceLimits;
value: unknown;
}