Required Instance Propertyvapor 4.114.1Vapor
successDescription
ValidatorResult.swift:165var successDescription: String? { get }
var successDescription: String? { get }
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.
protocol ValidatorResult : Sendable
@frozen struct String
A Unicode string value that is a collection of characters.
var failureDescription: String? { get }
var isFailure: Bool { get }