ValidationScopes
Validation scopes under which a validation is allowed to run. These can be specified via an allow list with OneOf or via a deny list with NotOneOf.
Note that, if no scope is provided as an external context during runtime, the default scope will be null. In this scenario, for the allow list case, unless null is explicitely passed to OneOf, the validation will never run; similarly, for the deny list case, unless null is explicitely passed to NotOneOf, the validation will always run.
Inheritors
Functions
Returns whether a collection of located validation issues contains any errors.
Returns whether a collection of located validation issues contains any issues at all.
Returns whether a collection of located validation issues contains no errors.
Returns whether a collection of located validation issues contains no issues at all.
Returns whether a collection of located validation issues contains no warnings.
Returns whether a collection of located validation issues contains any warnings.
Utility function which converts the paths of an iterable of LocatedValidationIssues 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).