Skip to content
v3.3.0

ErrorType

Possible errors returned by our interpreter.

CYCLE: = “CYCLE”

Defined in src/Cell.ts:36

Cyclic dependency.


DIV_BY_ZERO: = “DIV_BY_ZERO”

Defined in src/Cell.ts:27

Division by zero.


ERROR: = “ERROR”

Defined in src/Cell.ts:48

Generic error


LIC: = “LIC”

Defined in src/Cell.ts:45

Invalid/missing licence error.


NA: = “NA”

Defined in src/Cell.ts:33


NAME: = “NAME”

Defined in src/Cell.ts:30

Unknown function name.


NUM: = “NUM”

Defined in src/Cell.ts:32


REF: = “REF”

Defined in src/Cell.ts:39

Wrong address reference.


SPILL: = “SPILL”

Defined in src/Cell.ts:42

Array spill error.


VALUE: = “VALUE”

Defined in src/Cell.ts:31