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
Common questions are related to error handling such as retry, exponential back off, checked exceptions, user functions throwing, and handling different errors differently.
Let's add a section to the docs with code examples for these things and explaining the Rx contract with idiomatic solutions.
It should show how to convert from imperative try/catch thinking.
Common questions are related to error handling such as retry, exponential back off, checked exceptions, user functions throwing, and handling different errors differently.
Let's add a section to the docs with code examples for these things and explaining the Rx contract with idiomatic solutions.
It should show how to convert from imperative try/catch thinking.
See: https://github.com/ReactiveX/RxJava/wiki/Error-Handling which covers some but not all of this
The text was updated successfully, but these errors were encountered: