PlayerRequestError
@objc public enum PlayerRequestError: Int, Error
Error thrown from the player service
-
Internet connection could be established
Declaration
Swift
case connectionError
-
Request is invalid
Declaration
Swift
case requestError
-
Malformed response
Declaration
Swift
case parseError
-
Unknown error
Declaration
Swift
case notHandled