0
votes

For a project of mine I need the error codes which different social network APIs will return. Until now I have the return codes of

Prominently missing here is the Google+ API. I found different error messages at different places, like the "Invalid field selection " message at the bottom of https://developers.google.com/+/api/

I also downloaded the .NET Google API Client and looked for error handling but found none.

So my question is: Where do I find a (more or less) complete list of errors of the Google+ API found at https://www.googleapis.com/plus/v1

As suggested by class I filed a issue on code.google.com for such a site

1

1 Answers

2
votes

There currently is not a page I'm aware of that tracks all of the error codes and resolutions. There are some resources on the web that track general resolutions and errors:

Please add or star an issue for documenting the error codes returned from the API here:

Google+ GitHub Organization