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