Skip to content

ValidationErrorCollection

mattpolzin edited this page Dec 21, 2020 · 4 revisions

ValidationErrorCollection

Collects ValidationErrors.

public struct ValidationErrorCollection: Swift.Error, CustomStringConvertible

This type is responsible for making it possible to collect validation errors and throw one value (this collection) at the end of validation.

Inheritance

CustomStringConvertible, Swift.Error

Properties

values

let values: [ValidationError]

description

var description: String
Types
Protocols
Global Functions
Extensions

Clone this wiki locally