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)