# ErrorType

Possible errors returned by our interpreter.

## Enumeration members

### CYCLE 

• **CYCLE**: = "CYCLE"

*Defined in [src/Cell.ts:36](https://github.com/handsontable/hyperformula/blob/b8542ec/src/Cell.ts#L36)*

Cyclic dependency.

___

### DIV_BY_ZERO 

• **DIV_BY_ZERO**: = "DIV_BY_ZERO"

*Defined in [src/Cell.ts:27](https://github.com/handsontable/hyperformula/blob/b8542ec/src/Cell.ts#L27)*

Division by zero.

___

### ERROR 

• **ERROR**: = "ERROR"

*Defined in [src/Cell.ts:48](https://github.com/handsontable/hyperformula/blob/b8542ec/src/Cell.ts#L48)*

Generic error

___

### LIC 

• **LIC**: = "LIC"

*Defined in [src/Cell.ts:45](https://github.com/handsontable/hyperformula/blob/b8542ec/src/Cell.ts#L45)*

Invalid/missing licence error.

___

### NA 

• **NA**: = "NA"

*Defined in [src/Cell.ts:33](https://github.com/handsontable/hyperformula/blob/b8542ec/src/Cell.ts#L33)*

___

### NAME 

• **NAME**: = "NAME"

*Defined in [src/Cell.ts:30](https://github.com/handsontable/hyperformula/blob/b8542ec/src/Cell.ts#L30)*

Unknown function name.

___

### NUM 

• **NUM**: = "NUM"

*Defined in [src/Cell.ts:32](https://github.com/handsontable/hyperformula/blob/b8542ec/src/Cell.ts#L32)*

___

### REF 

• **REF**: = "REF"

*Defined in [src/Cell.ts:39](https://github.com/handsontable/hyperformula/blob/b8542ec/src/Cell.ts#L39)*

Wrong address reference.

___

### SPILL 

• **SPILL**: = "SPILL"

*Defined in [src/Cell.ts:42](https://github.com/handsontable/hyperformula/blob/b8542ec/src/Cell.ts#L42)*

Array spill error.

___

### VALUE 

• **VALUE**: = "VALUE"

*Defined in [src/Cell.ts:31](https://github.com/handsontable/hyperformula/blob/b8542ec/src/Cell.ts#L31)*