Skip to content

FormulaError

Represents an error that occurred during formula evaluation.

The name property is a string that identifies the type of error, and the code property is a numeric code that can be used for more specific error handling. The class also includes a detail property that can hold additional information about the error.

new FormulaError(name: string, code?: number): FormulaError;
ParameterType
namestring
code?number

FormulaError

PropertyType
codenumber
detail?string
namestring
toString(): string;

string


valueOf(): string;

string