Rx.Notification.createOnError(exception)
Creates an object that represents an OnError notification to an observer.
Arguments
exception
(Any): The exception contained in the notification.
Returns
(Notification): The OnError notification containing the exception.
Example
Location
- rx.js