# Error

## Constructors

### constructor 

\+ **new Error**(`errorType`: [ErrorType](hyperformulans.md#static-errortype), `message?`: undefined | string): *[Error](cellcontent.error.md)*

*Defined in [src/CellContentParser.ts:62](https://github.com/handsontable/hyperformula/blob/b8542ec/src/CellContentParser.ts#L62)*

**Parameters:**

Name | Type |
------ | ------ |
`errorType` | [ErrorType](hyperformulans.md#static-errortype) |
`message?` | undefined &#124; string |

**Returns:** *[Error](cellcontent.error.md)*

## Properties

### value

• **value**: *[CellError](cellerror.md)*

*Defined in [src/CellContentParser.ts:62](https://github.com/handsontable/hyperformula/blob/b8542ec/src/CellContentParser.ts#L62)*