Skip to content

Instantly share code, notes, and snippets.

@timusus
Created October 20, 2018 03:31
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 timusus/ebcacea0357936e466e9a8a03c922da1 to your computer and use it in GitHub Desktop.
Save timusus/ebcacea0357936e466e9a8a03c922da1 to your computer and use it in GitHub Desktop.
val responseErrorMapper: (retrofit2.Response<*>) -> Error? = { response ->
// Todo: Map response into your custom error type
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment