Closed GoogleCodeExporter closed 9 years ago
Looks like you are just using NSErrors description method. In addition to the
normal NSError methods and UserInfo, take a look at GTLErrorObject. There is a
class helper method (+underlyingObjectForError:) that will extract back out the
GTLErrorObject (if the NSError wraps one), that exposes the information
provided by the server. If those are still mixed, that's all server provided,
so you'll want to follow up with the support pages for the given api about
their error responses.
Original comment by thomasvl@google.com
on 10 Sep 2014 at 7:12
Original comment by grobb...@google.com
on 19 Dec 2014 at 2:29
Original issue reported on code.google.com by
a.no...@techsmith.com
on 3 Sep 2014 at 8:04