-
Notifications
You must be signed in to change notification settings - Fork 7.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error Handling Documentation #1544
Comments
I've started work on this here: https://github.com/Netflix/RxJava/wiki/Error-Handling |
Thank you. |
I would be happy to contribute to the documentation. What's currently missing or what's partially complete that would need better support ? |
Here is what we have currently: |
There are also the operator pages for the onError...() operators, retry(), and such, which are now at the reactivex.io site: |
Those 2 wiki pages have both |
Thanks, @koral-- updated the wiki. |
Closing as it will be handled via #6001 |
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.
The text was updated successfully, but these errors were encountered: