ValidationErrors

public struct ValidationErrors : Error, LocalizedError

Represents the list of errors of a validation

  • Undocumented

    Declaration

    Swift

    public var errors: [Error]
  • Undocumented

    Declaration

    Swift

    public subscript(index: Int) -> Error { get }
  • Undocumented

    Declaration

    Swift

    public var first: Error? { get }
  • Undocumented

    Declaration

    Swift

    public var last: Error? { get }
  • Undocumented

    Declaration

    Swift

    public init(_ errors: Error...)