Target platform (e.g. Windows, Mono, Silverlight, WP7, All)?
Google API V3 .NET Client
Feature Request:
Return the "error" object sent from the server in the Exception class object to
allow programs using Google API V3 .NET Client to recognize and act on the
actual error reason returned from the server rather then just generic errors
like "Bad Request". Also makes it easier for the software developer to
recognize the root cause of a "bug".
{
"error": {
"errors": [
{
"domain": "youtube.video",
"reason": "invalidCategoryId",
"message": "Bad Request",
"locationType": "other",
"location": "body.snippet.categoryId"
}
],
"code": 400,
"message": "Bad Request"
}
}
Original issue reported on code.google.com by MikeMe...@gmail.com on 15 Jul 2014 at 6:14
Original issue reported on code.google.com by
MikeMe...@gmail.com
on 15 Jul 2014 at 6:14