OnErrorResumeNext Method (Observable, Observable)

RxJS

Continues an observable sequence that is terminated normally or by an exception with the next observable sequence.

Namespace:  Rx
Assembly:  RxJS (in RxJS.dll)

Syntax

JavaScript
function OnErrorResumeNext(o1, o2);

Parameters

o1
Type: Rx..::.Observable
o2
Type: Rx..::.Observable

See Also