[]
        
(Showing Draft Content)

FormulaError Class

FormulaError Class

Represents the error that occurs when evaluating the formula.

This class is not intended to be instantiated in your code.

Heirarchy

Properties

Methods

Properties

data

data: any

Ges the data associated with the error.

It could be a text that explains the error or a JavaScript exception object associated with the error.

error

error: string

Gets the error code, for example "#DIV/0!".

Methods

toString

  • toString(): any
  • Returns the string that represents the error.

    Returns any