Last updated 5 years ago
Was this helpful?
Gets the exception from the OnError notification.
(Any): The Exception from the OnError notification.
var notification = Rx.Notification.createOnError(new Error('invalid')); console.log(notification.exception); // => Error: invalid