Skip to content
v3.3.0

UnableToParseError

Error thrown when the given value cannot be parsed.

Checks against the validity in:

see buildFromArray

see buildFromSheets

see [[setCellsContents]]

+ new UnableToParseError(value: any): UnableToParseError

Defined in src/errors.ts:160

Parameters:

NameType
valueany

Returns: UnableToParseError

message: string


name: string


stack? : undefined | string


Error: ErrorConstructor