Structure
ValidatorResults
struct ValidatorResults
Topics
Structures
struct AndValidatorResultof “And”Validatorthat combines twoValidatorResults. If both results are successful the combined result is as well.struct CaseValidatorResultof a validator that validates whether the data can be represented as a specific Enum case.struct CharacterSetValidatorResultof a validator that validates that aStringcontains characters in a givenCharacterSet.struct Codablestruct CollectionCharacterSetValidatorResultof a validator that validates that all elements of a[String]contain characters in a givenCharacterSet.struct Customstruct EmailValidatorResultof a validator that validates whether aStringis a valid email address.struct EmptyValidatorResultof a validator that validates whether the data is empty.struct InValidatorResultof a validator that validates whether an item is contained in the supplied sequence.struct Invalidstruct Missingstruct Nestedstruct NestedEachstruct NilValidatorResultof a validator that validates that the data isnil.struct NilIgnoringValidatorResultof a validator that ignores nil values.struct Notstruct NotFoundstruct OrValidatorResultof “Or”Validatorthat combines twoValidatorResults. If either result is successful the combined result is as well.struct PatternValidatorResultof a validator that validates whether aStringmatches a RegularExpression patternstruct RangeValidatorResultof a validator that validates whether the input is within a supplied range.struct Skippedstruct TypeMismatchstruct URLValidatorResultof a validator that validates whether a string is a valid URL.struct ValidValidatorResultof a validator that validates that the data is valid`.