UnableToParseError
Error thrown when the given value cannot be parsed.
Checks against the validity in:
see buildFromArray
see buildFromSheets
see [[setCellsContents]]
Constructors
Section titled “Constructors”constructor
Section titled “constructor”+ new UnableToParseError(value: any): UnableToParseError
Defined in src/errors.ts:160
Parameters:
| Name | Type |
|---|---|
value | any |
Returns: UnableToParseError
Properties
Section titled “Properties”message
Section titled “message”• message: string
• name: string
• stack? : undefined | string
▪ Error: ErrorConstructor