Skip to content
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

Closed
benjchristensen opened this issue Aug 2, 2014 · 8 comments
Closed

Error Handling Documentation #1544

benjchristensen opened this issue Aug 2, 2014 · 8 comments

Comments

@benjchristensen
Copy link
Member

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.

@DavidMGross
Copy link
Collaborator

I've started work on this here: https://github.com/Netflix/RxJava/wiki/Error-Handling

@benjchristensen
Copy link
Member Author

Thank you.

@Kavignon
Copy link

I would be happy to contribute to the documentation. What's currently missing or what's partially complete that would need better support ?

@DavidMGross
Copy link
Collaborator

Here is what we have currently:
https://github.com/ReactiveX/RxJava/wiki/Error-Handling
It could use some fleshing-out with concrete examples.

@DavidMGross
Copy link
Collaborator

There are also the operator pages for the onError...() operators, retry(), and such, which are now at the reactivex.io site:
https://github.com/ReactiveX/RxJava/wiki/Error-Handling-Operators

@koral--
Copy link

koral-- commented May 22, 2017

Those 2 wiki pages have both Error Handling label on a sidebar. It seems that the latter should be Error Handling Operators.

@akarnokd
Copy link
Member

Thanks, @koral-- updated the wiki.

@akarnokd akarnokd removed the 1.x label Mar 31, 2018
@akarnokd akarnokd modified the milestones: Documentation 1.x, 2.0 backlog Mar 31, 2018
@akarnokd
Copy link
Member

Closing as it will be handled via #6001

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants