OnErrorResumeNext Method (Observable[], Scheduler)

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
Rx.Observable.OnErrorResumeNext = function(items, scheduler);

Parameters

items
Type: array< Rx..::.Observable >[]()[]
scheduler
Type: Rx..::.Scheduler

See Also