Skip to main content

Module validation

Module validation 

Source
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§

ValidationResult
The outcome of validating a value against a parameter or constraint.