Skip to content

Instantly share code, notes, and snippets.

@artzmb
Last active August 29, 2015 14:20
Show Gist options
  • Save artzmb/0494d4c50897af514f91 to your computer and use it in GitHub Desktop.
Save artzmb/0494d4c50897af514f91 to your computer and use it in GitHub Desktop.
Retrofit error
JSONObject body;
try {
body = new JSONObject(new String(((TypedByteArray) ((RetrofitError) spiceException.getCause()).getResponse().getBody()).getBytes()));
} catch (JSONException e) {
e.printStackTrace();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment