List of possible error codes from the Google Play Android Developer REST Developer API

I am currently using the Google Play Developer REST REST API to check the server side subscription on the user side.

There are several different error messages that I think are being returned. Some that indicate that the subscription does not exist or is invalid, and some others that say "backendError".

Question: I am looking for a list of possible error codes, so I can determine if I should try again or if it is invalid.

+5
source share

All Articles