Rx.Observer.prototype.onError(error)
Notifies the observer that an exception has occurred.
Arguments
error
(Any): The error that has occurred.
Example
Location
- rx.js
Rx.Observer.prototype.onError(error)
Notifies the observer that an exception has occurred.
error
(Any): The error that has occurred.