raj23shree / google-api-objectivec-client

Automatically exported from code.google.com/p/google-api-objectivec-client
0 stars 0 forks source link

Need more useful error messages #13

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently, the returned errors are all like this:

  {
    "error" : {
      "message" : "Invalid Value",
      "code" : 400,
      "data" : [
        {
          "reason" : "invalid",
          "message" : "Invalid Value",
          "domain" : "global"
        }
      ]
    }

But which value is invalid?

Original issue reported on code.google.com by an0...@gmail.com on 10 May 2012 at 4:09

GoogleCodeExporter commented 9 years ago
The client library cannot control the errors returned by the server. Please 
file issues against the appropriate API.  Be sure to include an http log of the 
request and the response showing the error in your issue report.

Original comment by grobb...@google.com on 10 May 2012 at 5:04