You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are also interested in this feature. Currently we are in the process of switching Observable to Single where it makes sense. Not having this feature is blocking us. Since we would use this internally and not expose the details to users, does anybody know a workaround for accessing the Throwable?
Since we are just interested in mapping the emitted exception to something else, here is something that just occurred to me. It's ugly, but it seems that it works as a temporary workaround in our use case. It may be useful for others too, so here it is:
To match
Observable
's.The text was updated successfully, but these errors were encountered: