Enum ISN_SKTransactionErrorCode
Possible Transaction error codes.
Namespace: SA.iOS.StoreKit
Assembly: cs.temp.dll.dll
Syntax
public enum ISN_SKTransactionErrorCode
Fields
Name | Description |
---|---|
SKErrorClientInvalid | Client is not allowed to issue the request, etc. |
SKErrorNone | No error occurred |
SKErrorPaymentCanceled | User canceled the request, etc. |
SKErrorPaymentInvalid | Purchase identifier was invalid, etc. |
SKErrorPaymentNoPurchasesToRestore | No purchases to restore |
SKErrorPaymentNotAllowed | This device is not allowed to make the payment |
SKErrorPaymentServiceNotInitialized | StoreKit initialization required |
SKErrorStoreProductNotAvailable | Product is not available in the current storefront |
SKErrorUnknown | Unknown error. |