Structurevapor 4.106.3Vapor
Invalid
ValidatorResult.swift:20struct Invalid
Other members in extension
View members
Hide members
This section is hidden by default because it contains too many (22) members.
Types
struct And
ValidatorResult
of “And”Validator
that combines twoValidatorResults
. If both results are successful the combined result is as well.struct Case<T, E>
ValidatorResult
of a validator that validates whether the data can be represented as a specific Enum case.struct CharacterSet
ValidatorResult
of a validator that validates that aString
contains characters in a givenCharacterSet
.struct Codable
struct CollectionCharacterSet
ValidatorResult
of a validator that validates that all elements of a[String]
contain characters in a givenCharacterSet
.struct Email
ValidatorResult
of a validator that validates whether aString
is a valid email address.struct Empty
ValidatorResult
of a validator that validates whether the data is empty.struct In<T>
ValidatorResult
of a validator that validates whether an item is contained in the supplied sequence.struct Missing
struct Nested
struct NestedEach
struct Nil
ValidatorResult
of a validator that validates that the data isnil
.struct NilIgnoring
ValidatorResult
of a validator that ignores nil values.struct Not
struct NotFound
struct Or
ValidatorResult
of “Or”Validator
that combines twoValidatorResults
. If either result is successful the combined result is as well.struct Pattern
ValidatorResult
of a validator that validates whether aString
matches a RegularExpression patternstruct Range<T>
ValidatorResult
of a validator that validates whether the input is within a supplied range.struct Skipped
struct TypeMismatch
struct URL
ValidatorResult
of a validator that validates whether a string is a valid URL.struct Valid
ValidatorResult
of a validator that validates that the data is valid`.
Citizens in Vapor
Conformances
protocol Copyable
A type whose values can be implicitly or explicitly copied.
protocol Escapable
protocol Sendable
protocol ValidatorResult