Skip to content

Instantly share code, notes, and snippets.

@ishitcno1
Created March 12, 2015 08:50
Show Gist options
  • Save ishitcno1/c524b3bf219da2f0b14b to your computer and use it in GitHub Desktop.
Save ishitcno1/c524b3bf219da2f0b14b to your computer and use it in GitHub Desktop.
retrofit get http body on failure
@Override
public void failure(RetrofitError error) {
String body = new String(((TypedByteArray)error.getResponse().getBody()).getBytes());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment