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

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

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

Methods in com.google.api.client.googleapis.batch.json with parameters of type GoogleJsonError
abstract  void JsonBatchCallback.onFailure(GoogleJsonError e, GoogleHeaders responseHeaders)
          Called if the individual batch response is unsuccessful.
 

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).
 GoogleJsonError GoogleJsonErrorContainer.getError()
          Returns the GoogleJsonError.
static GoogleJsonError GoogleJsonError.parse(JsonFactory jsonFactory, HttpResponse response)
          Parses the given error HTTP response using the given JSON factory.
 

Methods in com.google.api.client.googleapis.json with parameters of type GoogleJsonError
 void GoogleJsonErrorContainer.setError(GoogleJsonError error)
          Sets the GoogleJsonError.
 



Copyright © 2010-2012 Google. All Rights Reserved.