Expand description
Parameter / value validation outcomes.
Direct port of the upstream Java sealed interface, but with the
“no nested Warning” invariant enforced by the ValidationResult::warn
constructor: any caller that hands a Warning as the inner result has
that inner Warning unwrapped before construction.
Enums§
- Validation
Result - The outcome of validating a value against a parameter or constraint.