ErrorType
Possible errors returned by our interpreter.
Enumeration members
Section titled “Enumeration members”• CYCLE: = “CYCLE”
Defined in src/Cell.ts:36
Cyclic dependency.
DIV_BY_ZERO
Section titled “DIV_BY_ZERO”• 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