# DetailedCellError

## Constructors

### constructor 

\+ **new DetailedCellError**(`error`: [CellError](cellerror.md), `value`: string, `address?`: undefined | string): *[DetailedCellError](detailedcellerror.md)*

*Defined in [src/CellValue.ts:13](https://github.com/handsontable/hyperformula/blob/b8542ec/src/CellValue.ts#L13)*

**Parameters:**

Name | Type |
------ | ------ |
`error` | [CellError](cellerror.md) |
`value` | string |
`address?` | undefined &#124; string |

**Returns:** *[DetailedCellError](detailedcellerror.md)*

## Properties

### address

• **address**? : *undefined | string*

*Defined in [src/CellValue.ts:18](https://github.com/handsontable/hyperformula/blob/b8542ec/src/CellValue.ts#L18)*

___

### message

• **message**: *string*

*Defined in [src/CellValue.ts:13](https://github.com/handsontable/hyperformula/blob/b8542ec/src/CellValue.ts#L13)*

___

### type

• **type**: *[ErrorType](hyperformulans.md#static-errortype)*

*Defined in [src/CellValue.ts:12](https://github.com/handsontable/hyperformula/blob/b8542ec/src/CellValue.ts#L12)*

___

### value

• **value**: *string*

*Defined in [src/CellValue.ts:17](https://github.com/handsontable/hyperformula/blob/b8542ec/src/CellValue.ts#L17)*

## Methods

### toString 

▸ **toString**(): *string*

*Defined in [src/CellValue.ts:24](https://github.com/handsontable/hyperformula/blob/b8542ec/src/CellValue.ts#L24)*

**Returns:** *string*

___

### valueOf 

▸ **valueOf**(): *string*

*Defined in [src/CellValue.ts:28](https://github.com/handsontable/hyperformula/blob/b8542ec/src/CellValue.ts#L28)*

**Returns:** *string*