Error

public struct Error : Decodable

All the errors, enumerated.

  • The name property of the error.

    Declaration

    Swift

    public let name: String
  • The path property of the error.

    Declaration

    Swift

    public let path: [String]
  • The details property of the error.

    Declaration

    Swift

    public let details: String?