LastConnectionFailureReason

public enum LastConnectionFailureReason : Codable, CustomStringConvertible

Undocumented

  • Declaration

    Swift

    public var description: String { get }
  • Undocumented

    Declaration

    Swift

    case unauthorized
  • Undocumented

    Declaration

    Swift

    case httpError(Int)
  • Undocumented

    Declaration

    Swift

    case unknownError(String)
  • Undocumented

    Declaration

    Swift

    case none
  • Decode a ConnectionInformation.LastConnectionFailureReason enum using Codable

    Declaration

    Swift

    public init(from decoder: Decoder) throws
  • Encode a ConnectionInformation.LastConnectionFailureReason enum using Codable

    Declaration

    Swift

    public func encode(to encoder: Encoder) throws