Protocolvapor 4.114.1Vapor
ValidatorResult
ValidatorResult.swift:163protocol ValidatorResult : Sendable
Browse conforming typesprotocol ValidatorResult : Sendable
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 Sendable
var failureDescription: String? { get }
var isFailure: Bool { get }
var successDescription: String? { get }