LocatedValidationFailure
Validation error emitted by a manager containing location information when a validation fails to run (throws an exception while being executed). The code of this validation error is ValidationFailure.CODE.
The validation error data contains entries with keys "validation", "exception", and "stackTrace" containing information on the name of the validation that caused the exception as well as information about the exception itself. These data properties are also accessible via properties of the class with the same name.
Properties
Additional issue data. This additional data can be used, for example, to help write a user-friendly message associated with the issue.
Paths of values that the validation that produced this issue depends on.
Whether the validation that produced this issue depends on the descendants of the validated value.
External contexts that the validation that produced this issue depends on.
Path of the value containing the issue.
Severity of the located validation issue.
Exception stack trace.
Name of the validation where the exception occurred.
Functions
Whether this located validation issue "contains" issue.
Utility function which converts the paths of a LocatedValidationIssue where table rows are indexed by their index into paths where said rows are indexed by their id in the corresponding table within the provided form value formValue (with schema formSchema).