- Returns "1" if the formula has no errors.
- Returns the text list "errorMessage" : "errorLine" : "errorColumn" : "errorOffset" : "errorLength" : "errorText" where each list item is defined as follows:
errorMessage: Message returned by the compiler.
errorLine: Line where the error occurred, beginning with 1, not zero. New lines created by wrapped text are not counted.
errorColumn: Number of character spaces from the first character in the line where the error occurred, beginning with 1.
errorOffset: Number of character spaces from the first character in the formulaText block where the error occurred, beginning with 1.
errorLength: Length of the text making up the error.
errorText: Text or token that the compiler processes as the cause of the error.