Skip to content

ValidationErrorCollection

mattpolzin edited this page Oct 1, 2020 · 4 revisions

ValidationErrorCollection

Collects ValidationErrors.

public struct ValidationErrorCollection: Swift.Error

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

Inheritance

Swift.Error

Properties

values

let values: [ValidationError]
Types
Protocols
Global Functions
Extensions
Clone this wiki locally