Instance Propertyvapor 4.114.1Vapor
right
ValidatorResult of right hand side.
let right: ValidatorResultValidatorResult of right hand side.
let right: ValidatorResultimport VaporVapor 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 OrValidatorResult of “Or” Validator that combines two ValidatorResults. If either result is successful the combined result is as well.
struct ValidatorResultsprotocol ValidatorResult : Sendablevar failureDescription: String? { get }var isFailure: Bool { get }let left: ValidatorResultValidatorResult of left hand side.
var successDescription: String? { get }