Skip to content

Instantly share code, notes, and snippets.

@ZahidRasheed
Created December 15, 2016 08:57
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 ZahidRasheed/fedf9d34463ec4b8ac79d9f3515017c3 to your computer and use it in GitHub Desktop.
Save ZahidRasheed/fedf9d34463ec4b8ac79d9f3515017c3 to your computer and use it in GitHub Desktop.
Retrofit Error Response
Response response = Response.error(HttpURLConnection.HTTP_INTERNAL_ERROR, ResponseBody.create(MediaType.parse("application/json"),"Internal Server Error"));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment