Skip to content

Instantly share code, notes, and snippets.

@ikai
Created November 26, 2013 17:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ikai/7662587 to your computer and use it in GitHub Desktop.
Save ikai/7662587 to your computer and use it in GitHub Desktop.
try {
// Make your Google API call
} catch (GoogleJsonResponseException e) {
GoogleJsonError error = e.getDetails();
// Print out the message and errors
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment