# UnableToParseError Class

Error thrown when the given value cannot be parsed.

Checks against the validity in:

see buildFromArray

see buildFromSheets

see [[setCellsContents]]

# Constructors

# constructor

+ new UnableToParseError(value: any): UnableToParseError

Defined in src/errors.ts:160 (opens new window)

Parameters:

Name Type
value any

Returns: UnableToParseError

# Properties

# message

message: string


# name

name: string


# stack Optional

stack? : undefined | string


# Error Static

Error: ErrorConstructor