Instance Propertyvapor 4.114.1Vapor
results
ValidatorResult.swift:7let results: [[ValidatorResult]]
let results: [[ValidatorResult]]
s5Vapor16ValidatorResultsV10NestedEachV7resultsSaySayAA0B6Result_pGGvp
What are these?2DE7F
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 NestedEach
struct ValidatorResults
protocol ValidatorResult : Sendable
var failureDescription: String? { get }
var isFailure: Bool { get }
var successDescription: String? { get }