FailReason
@objc public enum FailReason: Int, RawRepresentable
Undocumented
-
Undocumented
Declaration
Swift
case UNKNOWN
-
Undocumented
Declaration
Swift
case STORE_NOT_INITIALIZED
-
Undocumented
Declaration
Swift
case PURCHASING_UNAVAILABLE
-
Undocumented
Declaration
Swift
case EXISTING_PURCHASE_PENDING
-
Undocumented
Declaration
Swift
case PRODUCT_UNAVAILABLE
-
Undocumented
Declaration
Swift
case SIGNATURE_INVALID
-
Undocumented
Declaration
Swift
case USER_CANCELLED
-
Undocumented
Declaration
Swift
case PAYMENT_DECLINED
-
Undocumented
Declaration
Swift
case SERVER_ERROR
-
Undocumented
Declaration
Swift
case INVALID_RESPONSE
-
Declaration
Swift
public init?(rawValue: RawValue) -
Declaration
Swift
public var rawValue: RawValue
FailReason Enumeration Reference