Skip to content

Commit

Permalink
Merge pull request #39 from alexanderjordanbaker/AppStoreServerAPIv19
Browse files Browse the repository at this point in the history
Updating error codes added in App Store Server API v1.9
  • Loading branch information
alexanderjordanbaker committed Oct 2, 2023
2 parents 5924dbe + d18570d commit 0bc4c6c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions appstoreserverlibrary/api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,18 @@ class APIError(IntEnum):
INVALID_STOREFRONT_COUNTRY_CODE = 4000028
INVALID_REVOKED = 4000030
INVALID_STATUS = 4000031
INVALID_ACCOUNT_TENURE = 4000032
INVALID_APP_ACCOUNT_TOKEN = 4000033
INVALID_CONSUMPTION_STATUS = 4000034
INVALID_CUSTOMER_CONSENTED = 4000035
INVALID_DELIVERY_STATUS = 4000036
INVALID_LIFETIME_DOLLARS_PURCHASED = 4000037
INVALID_LIFETIME_DOLLARS_REFUNDED = 4000038
INVALID_PLATFORM = 4000039
INVALID_PLAY_TIME = 4000040
INVALID_SAMPLE_CONTENT_PROVIDED = 4000041
INVALID_USER_STATUS = 4000042
INVALID_TRANSACTION_NOT_CONSUMABLE = 4000043
SUBSCRIPTION_EXTENSION_INELIGIBLE = 4030004
SUBSCRIPTION_MAX_EXTENSION = 4030005
FAMILY_SHARED_SUBSCRIPTION_EXTENSION_INELIGIBLE = 4030007
Expand Down

0 comments on commit 0bc4c6c

Please sign in to comment.