LocatedValidationError
Validation error emitted by a form validator or manager containing location information.
Constructors
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.
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).