Skip to content
This repository was archived by the owner on Nov 18, 2024. It is now read-only.

Commit 882a1fa

Browse files
committed
Merge pull request Froussios#16 from nwolff/patch-1
Update 3. Advanced error handling.md
2 parents dc65aa4 + 01fe40b commit 882a1fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Part 3 - Taming the sequence/3. Advanced error handling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Advance error handling
1+
# Advanced error handling
22

33
We've already seen how we can handle an error in the observer. However, by that time, we are practically outside of the monad. There can be many kinds of errors and not every error is worth pushing all the way to the top. In standard Java, you can catch an exception at any level and decide if you want to handle it there or throw it further. Similarly in Rx, you can define behaviour based on errors without terminating the observable and forcing the observer to deal with everything.
44

0 commit comments

Comments
 (0)