Override
public enum Override : Sendable, Equatable
Enum representing the override options for input validation.
-
Override the result of validation with a custom validation result.
Declaration
Swift
case override(Result) -
Skip the override and use the default validation method.
Declaration
Swift
case useDefault
View on GitHub