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,
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(JsonFactory jsonFactory,
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(HttpResponseException.Builder builder,
GoogleJsonError details) |
Copyright © 2010–2022 Google. All rights reserved.