Instance Propertyvapor 4.114.1Vapor
result
Validation.swift:89let result: ValidatorResult
let result: ValidatorResult
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 ValidationResult
protocol ValidatorResult : Sendable
let customFailureDescription: String?
var failureDescription: String? { get }
var isFailure: Bool { get }
let key: ValidationKey
var successDescription: String? { get }