https://kotlinlang.org logo
#rx
Title
a

adolgiy

08/27/2017, 6:09 PM
Hey guys! What is most beautiful way of handling Retrofit exceptions in Rx chain? I mean, I have any of `Response<?> `/`Result<?>`/`HttpException` and server provides me with json error message. What is the right way to wrap this message in object and process (I can have different messages with the same code)