ajmal744 / google-api-dotnet-client

Automatically exported from code.google.com/p/google-api-dotnet-client
Apache License 2.0
0 stars 0 forks source link

RequestError not available as part of an GoogleApiException #536

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Whenever the server returns an error, an GoogleApiException is being thrown.

The client code has no easy way to understand the response, since the exception 
doesn't provide the RequestError object - it just provides a string 
representation of that object...

Original issue reported on code.google.com by ita...@gmail.com on 19 Apr 2015 at 11:50