InPlayerUnauthorizedError
public struct InPlayerUnauthorizedError : InPlayerError
User not authenticated Error
-
Declaration
Swift
public var code: Int
-
Declaration
Swift
public var message: String?
-
Declaration
Swift
public var errorList: [String]?
-
Declaration
Swift
public var originalError: Error
-
Declaration
Swift
public init(code: Int, message: String?, errorList: [String]?, error: Error)