IAPError
public struct IAPError : IAPErrorProtocol
When calling refresh()
, purchase()
or restorePurchases()
, the callback can return an IAPError
if the state is failed
.
-
The error code.
See
See also:IAPErrorCode
.Declaration
Swift
public var code: IAPErrorCode
-
The error description.
Declaration
Swift
public var localizedDescription: String { get }