Instance Propertyvapor 4.114.1Vapor
successDescription
ValidatorResult.swift:34var successDescription: String? { get }
var successDescription: String? { get }
s5Vapor16ValidatorResultsV6NestedV18successDescriptionSSSgvp
What are these?92K6H
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 Nested
struct ValidatorResults
@frozen struct String
A Unicode string value that is a collection of characters.
var failureDescription: String? { get }
var isFailure: Bool { get }
let results: [ValidatorResult]