Instance Propertyvapor 4.114.1Vapor
failureDescription
ValidatorResult.swift:144var failureDescription: String? { get }
var failureDescription: String? { get }
s5Vapor16ValidatorResultsV12TypeMismatchV18failureDescriptionSSSgvp
What are these?52537
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 TypeMismatch
struct ValidatorResults
@frozen struct String
A Unicode string value that is a collection of characters.
var isFailure: Bool { get }
var successDescription: String? { get }
let type: Any.Type