AdaptyErrorCode class

Constructors

AdaptyErrorCode()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

activateOnceError int
It is not possible to call .activate method more than once.
final
adaptyNotInitialized int
////////////////////////// Custom Android codes. /// //////////////////////////
final
analyticsDisabled int
final
badRequest int
Bad request
final
billingError int
final
billingServiceDisconnected int
final
billingServiceTimeout int
final
billingServiceUnavailable int
final
billingUnavailable int
final
cantMakePayments int
In-App Purchases are not allowed on this device.
final
cantReadReceipt int
Can't find a valid receipt.
final
clientInvalid int
Error code indicating that the client is not allowed to perform the attempted action.
final
cloudServiceNetworkConnectionFailed int
Error code indicating that the device could not connect to the network.
final
cloudServicePermissionDenied int
Error code indicating that the user has not allowed access to Cloud service information.
final
cloudServiceRevoked int
Error code indicating that the user has revoked permission to use this cloud service.
final
currentSubscriptionToUpdateNotFoundInHistory int
final
decodingFailed int
We could not decode the response.
final
developerError int
final
encodingFailed int
Parameters encoding failed.
final
featureNotSupported int
final
fetchTimeoutError int
final
invalidJson int
final
invalidOfferIdentifier int
Error code indicating that the offer identifier is invalid.
final
invalidOfferPrice int
Error code indicating that the price you specified in App Store Connect is no longer valid.
final
invalidSignature int
Error code indicating that the signature in a payment discount is not valid.
final
itemAlreadyOwned int
final
itemNotOwned int
final
missingOfferParams int
Error code indicating that parameters are missing in a payment discount.
final
networkFailed int
Network request failed
final
noProductIDsFound int
/////////////////////////// Custom StoreKit codes. /// /////////////////////////// No In-App Purchase product identifiers were found.
final
noPurchasesToRestore int
No purchases to restore.
final
notActivated int
////////////////////////// Custom network codes. /// ////////////////////////// You need to be authenticated to perform requests.
final
operationInterrupted int
This operation was interrupted by the system.
final
paymentCancelled int
Error code indicating that the user canceled a payment request.
final
paymentInvalid int
Error code indicating that one of the payment parameters was not recognized by the App Store.
final
paymentNotAllowed int
Error code indicating that the user is not allowed to authorize payments.
final
pendingPurchase int
final
privacyAcknowledgementRequired int
Error code indicating that the user has not yet acknowledged Apple’s privacy policy.
final
productNotFound int
final
productPurchaseFailed int
Product purchase failed.
final
productRequestFailed int
Unable to fetch available In-App Purchase products at the moment.
final
profileWasChanged int
The user profile was changed during the operation.
final
receiveRestoredTransactionsFailed int
Error occured in the process of restoring purchases.
final
refreshReceiptFailed int
Receipt refresh operation has been failed.
final
serverError int
Response code is 429 or 500s.
final
storeProductNotAvailable int
Error code indicating that the requested product is not available in the store.
final
unauthorizedRequestData int
Error code indicating that the app is attempting to use a property for which it does not have the required entitlement.
final
unknown int
/////////////////////////// System StoreKit codes. /// /////////////////////////// Error code indicating that an unknown or unexpected error occurred.
final
unsupportedData int
final
wrongParam int
Wrong parameter was passed.
final