Package | Description |
---|---|
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).
|
Modifier and Type | Method and Description |
---|---|
abstract void |
JsonBatchCallback.onFailure(GoogleJsonError e,
com.google.api.client.http.HttpHeaders responseHeaders)
Called if the individual batch response is unsuccessful.
|
Modifier and Type | Method and Description |
---|---|
GoogleJsonError |
GoogleJsonError.clone() |
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(com.google.api.client.json.JsonFactory jsonFactory,
com.google.api.client.http.HttpResponse response)
Parses the given error HTTP response using the given JSON factory.
|
GoogleJsonError |
GoogleJsonError.set(String fieldName,
Object value) |
Modifier and Type | Method and Description |
---|---|
void |
GoogleJsonErrorContainer.setError(GoogleJsonError error)
Sets the
GoogleJsonError . |
Constructor and Description |
---|
GoogleJsonResponseException(com.google.api.client.http.HttpResponseException.Builder builder,
GoogleJsonError details) |
Copyright © 2010–2019 Google. All rights reserved.