PhoenixMediaProviderError
public enum PhoenixMediaProviderError : PKError
-
Undocumented
Declaration
Swift
case invalidInputParam(param: String) -
Undocumented
Declaration
Swift
case unableToParseData(data: Any) -
Undocumented
Declaration
Swift
case noSourcesFound -
Undocumented
Declaration
Swift
case serverError(code: String, message: String) -
in case the response data is empty
Declaration
Swift
case emptyResponse -
Declaration
Swift
public static let domain: String -
Undocumented
Declaration
Swift
public static let serverErrorCodeKey: String -
Undocumented
Declaration
Swift
public static let serverErrorMessageKey: String -
Declaration
Swift
public var code: Int { get } -
Declaration
Swift
public var errorDescription: String { get } -
Declaration
Swift
public var userInfo: [String : Any] { get }
PhoenixMediaProviderError Enumeration Reference