Observable Errors

Learn how to catch errors in an Observable stream, including how to use catchError within an Observable stream itself.

Observable exceptions

What happens when something goes wrong within an Observable stream?

Obviously, we will need a mechanism to catch these errors so that we can do something sensible with them.

As an example of a faulty Observable stream, consider the following code:

Get hands-on with 1200+ tech skills courses.