Package apple.storekit.enums
Class SKErrorCode
- java.lang.Object
-
- apple.storekit.enums.SKErrorCode
-
public final class SKErrorCode extends java.lang.Objecterror codes for the SKErrorDomain
-
-
Field Summary
Fields Modifier and Type Field Description static longClientInvalidclient is not allowed to issue the request, etc.static longCloudServiceNetworkConnectionFailedthe device could not connect to the neworkstatic longCloudServicePermissionDenieduser has not allowed access to cloud service informationstatic longCloudServiceRevokeduser has revoked permission to use this cloud servicestatic longIneligibleForOfferUser is not eligible for the subscription offerstatic longInvalidOfferIdentifierThe specified subscription offer identifier is not validstatic longInvalidOfferPriceThe price of the selected offer is not valid (e.g. lower than the current base subscription price)static longInvalidSignatureThe cryptographic signature provided is not validstatic longMissingOfferParamsOne or more parameters from SKPaymentDiscount is missingstatic longOverlayCancelledstatic longOverlayInvalidConfigurationstatic longOverlayTimeoutstatic longPaymentCancelleduser cancelled the request, etc.static longPaymentInvalidpurchase identifier was invalid, etc.static longPaymentNotAllowedthis device is not allowed to make the paymentstatic longPrivacyAcknowledgementRequiredThe user needs to acknowledge Apple's privacy policystatic longStoreProductNotAvailableProduct is not available in the current storefrontstatic longUnauthorizedRequestDataThe app is attempting to use SKPayment's requestData property, but does not have the appropriate entitlementstatic longUnknownstatic longUnsupportedPlatform
-
-
-
Field Detail
-
Unknown
public static final long Unknown
- See Also:
- Constant Field Values
-
ClientInvalid
public static final long ClientInvalid
client is not allowed to issue the request, etc.- See Also:
- Constant Field Values
-
PaymentCancelled
public static final long PaymentCancelled
user cancelled the request, etc.- See Also:
- Constant Field Values
-
PaymentInvalid
public static final long PaymentInvalid
purchase identifier was invalid, etc.- See Also:
- Constant Field Values
-
PaymentNotAllowed
public static final long PaymentNotAllowed
this device is not allowed to make the payment- See Also:
- Constant Field Values
-
StoreProductNotAvailable
public static final long StoreProductNotAvailable
Product is not available in the current storefront- See Also:
- Constant Field Values
-
CloudServicePermissionDenied
public static final long CloudServicePermissionDenied
user has not allowed access to cloud service information- See Also:
- Constant Field Values
-
CloudServiceNetworkConnectionFailed
public static final long CloudServiceNetworkConnectionFailed
the device could not connect to the nework- See Also:
- Constant Field Values
-
CloudServiceRevoked
public static final long CloudServiceRevoked
user has revoked permission to use this cloud service- See Also:
- Constant Field Values
-
PrivacyAcknowledgementRequired
public static final long PrivacyAcknowledgementRequired
The user needs to acknowledge Apple's privacy policy- See Also:
- Constant Field Values
-
UnauthorizedRequestData
public static final long UnauthorizedRequestData
The app is attempting to use SKPayment's requestData property, but does not have the appropriate entitlement- See Also:
- Constant Field Values
-
InvalidOfferIdentifier
public static final long InvalidOfferIdentifier
The specified subscription offer identifier is not valid- See Also:
- Constant Field Values
-
InvalidSignature
public static final long InvalidSignature
The cryptographic signature provided is not valid- See Also:
- Constant Field Values
-
MissingOfferParams
public static final long MissingOfferParams
One or more parameters from SKPaymentDiscount is missing- See Also:
- Constant Field Values
-
InvalidOfferPrice
public static final long InvalidOfferPrice
The price of the selected offer is not valid (e.g. lower than the current base subscription price)- See Also:
- Constant Field Values
-
OverlayCancelled
public static final long OverlayCancelled
- See Also:
- Constant Field Values
-
OverlayInvalidConfiguration
public static final long OverlayInvalidConfiguration
- See Also:
- Constant Field Values
-
OverlayTimeout
public static final long OverlayTimeout
- See Also:
- Constant Field Values
-
IneligibleForOffer
public static final long IneligibleForOffer
User is not eligible for the subscription offer- See Also:
- Constant Field Values
-
UnsupportedPlatform
public static final long UnsupportedPlatform
- See Also:
- Constant Field Values
-
-