errorPosition property

SourcePosition? errorPosition
getter/setter pair

Position in the Source or Ruleset where the principle runtime error occurs.

Evaluation of an expression may result in an error. Rules are deny by default, so a DENY expectation when an error is generated is valid. When there is a DENY with an error, the SourcePosition is returned. E.g. error_position { line: 19 column: 37 }

Implementation

SourcePosition? errorPosition;