Instance Propertyvapor 4.114.1Vapor
successDescription
And.swift:25var successDescription: String? { get }
var successDescription: String? { get }
s5Vapor16ValidatorResultsV3AndV18successDescriptionSSSgvp
What are these?7YH3H
import Vapor
Vapor is a framework for building server applications, APIs and websites in Swift. It provides a safe, performant and scalable foundation for building large complex backends.
struct And
ValidatorResult
of “And” Validator
that combines two ValidatorResults
. If both results are successful the combined result is as well.
struct ValidatorResults
@frozen struct String
A Unicode string value that is a collection of characters.
var failureDescription: String? { get }
var isFailure: Bool { get }
let left: ValidatorResult
ValidatorResult
of left hand side of the “And” validation.
let right: ValidatorResult
ValidatorResult
of right hand side of the “And” validation.