Instance Propertyvapor 4.106.2Vapor
successDescription
Empty.swift:23var successDescription: String? { get }
Other members in extension
Instance members
var failureDescription: String?
let isEmpty: Bool
The input is empty.
var isFailure: Bool
var successDescription: String? { get }
s5Vapor16ValidatorResultsV5EmptyV18successDescriptionSSSgvp
What are these?
FNV24: [7PI75]
var failureDescription: String?
let isEmpty: Bool
The input is empty.
var isFailure: Bool
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 Empty
ValidatorResult
of a validator that validates whether the data is empty.
struct ValidatorResults
@frozen struct String
A Unicode string value that is a collection of characters.
var failureDescription: String? { get }
let isEmpty: Bool
The input is empty.
var isFailure: Bool { get }