Rx.Notification.createOnError(exception)

Creates an object that represents an OnError notification to an observer.

Arguments

  1. exception (Any): The exception contained in the notification.

Returns

(Notification): The OnError notification containing the exception.

Example

Location

  • rx.js