
committed by
Miško Hevery

parent
5ec1717c58
commit
c28b52187a
@ -191,7 +191,7 @@ give it a `catchError()` operator.
|
|||||||
region="getHeroes-2" >
|
region="getHeroes-2" >
|
||||||
</code-example>
|
</code-example>
|
||||||
|
|
||||||
The `catchError()` operator intercepts an **`Observable that failed**.
|
The `catchError()` operator intercepts an **`Observable` that failed**.
|
||||||
It passes the error an _error handler_ that can do what it wants with the error.
|
It passes the error an _error handler_ that can do what it wants with the error.
|
||||||
|
|
||||||
The following `handleError()` method reports the error and then returns an
|
The following `handleError()` method reports the error and then returns an
|
||||||
|
Reference in New Issue
Block a user