ServiceConnectionError

@objc(VSSServiceConnectionError)
public enum ServiceConnectionError : Int, LocalizedError

Declares error types and codes

  • noUrlInRequest: Provided URLRequest doesn’t have url
  • wrongResponseType: Response is not of HTTPURLResponse type
  • Undocumented

    Declaration

    Swift

    case noUrlInRequest = 1
  • Undocumented

    Declaration

    Swift

    case wrongResponseType = 2
  • Human-readable localized description

    Declaration

    Swift

    public var errorDescription: String? { get }