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