ServerError

public struct ServerError : CustomNSError, LocalizedError, Decodable

Undocumented

  • Undocumented

    Declaration

    Swift

    public let name: String
  • Undocumented

    Declaration

    Swift

    public let message: String
  • Undocumented

    Declaration

    Swift

    public let reason: String
  • Undocumented

    Declaration

    Swift

    public let info: [String : Any]?
  • Declaration

    Swift

    public init(from decoder: Decoder) throws
  • Declaration

    Swift

    public static var errorDomain: String { get }
  • Declaration

    Swift

    public var errorCode: Int { get }
  • Declaration

    Swift

    public var errorUserInfo: [String : Any] { get }
  • Declaration

    Swift

    public var errorDescription: String? { get }