Instance Propertyvapor 4.114.1Vapor
failureDescription
Nil.swift:28var failureDescription: String? { get }
var failureDescription: String? { get }
s5Vapor16ValidatorResultsV3NilV18failureDescriptionSSSgvp
What are these?529M0
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 Nil
ValidatorResult
of a validator that validates that the data is nil
.
struct ValidatorResults
@frozen struct String
A Unicode string value that is a collection of characters.
var isFailure: Bool { get }
let isNil: Bool
Input is nil
.
var successDescription: String? { get }