Uses of Class
com.google.api.client.googleapis.json.GoogleJsonError

Packages that use GoogleJsonError
com.google.api.client.googleapis.json Google's JSON support (see detailed package specification). 
 

Uses of GoogleJsonError in com.google.api.client.googleapis.json
 

Methods in com.google.api.client.googleapis.json that return GoogleJsonError
 GoogleJsonError GoogleJsonResponseException.getDetails()
          Returns the Google JSON error details or null for none (for example if response is not JSON).
static GoogleJsonError GoogleJsonError.parse(JsonFactory jsonFactory, HttpResponse response)
          Parses the given error HTTP response using the given JSON factory.
 



Copyright © 2010-2012 Google. All Rights Reserved.