Another option would be to wrap each return type i...
# squarelibraries
d
Another option would be to wrap each return type in my Retrofit interface with some custom type so that factory could handle it, but I'd really like to avoid this and to simply map incoming httpexceptions to another throwable type.