# UnableToParseError

Error thrown when the given value cannot be parsed.

Checks against the validity in:

**`see`** [buildFromArray](hyperformula.md#static-buildfromarray)

**`see`** [buildFromSheets](buildenginefactory.md#static-buildfromsheets)

**`see`** [[setCellsContents]]

## Constructors

### constructor 

\+ **new UnableToParseError**(`value`: any): *[UnableToParseError](unabletoparseerror.md)*

*Defined in [src/errors.ts:160](https://github.com/handsontable/hyperformula/blob/b8542ec/src/errors.ts#L160)*

**Parameters:**

Name | Type |
------ | ------ |
`value` | any |

**Returns:** *[UnableToParseError](unabletoparseerror.md)*

## Properties

### message 

• **message**: *string*

___

### name 

• **name**: *string*

___

### stack

• **stack**? : *undefined | string*

___

### Error

▪ **Error**: *ErrorConstructor*