Skip to main content

ErrorLocation

Represents the location of an error in a formula.

startPosStartposrequired

Start position of the error in the formula.

Possible values: >= 0

endPosEndposrequired

End position of the error in the formula.

Possible values: >= 1

ErrorLocation
{
"startPos": 0,
"endPos": 0
}