Instance Propertyvapor 4.114.1Vapor
successDescription
ValidatorResult.swift:125var successDescription: String? { get }
var successDescription: String? { get }
s5Vapor16ValidatorResultsV8NotFoundV18successDescriptionSSSgvp
What are these?2078A
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 NotFound
struct ValidatorResults
@frozen struct String
A Unicode string value that is a collection of characters.
var failureDescription: String? { get }
var isFailure: Bool { get }