{% if book.isPdf %}
{% else %}
{% endif %}
Subscribes a function to invoke upon exceptional termination of the observable sequence.
onError
(Function
): Function to invoke upon exceptional termination of the observable sequence.[thisArg]
(Any
): Object to use as this when executing callback.
(Disposable): The source sequence whose subscriptions and unsubscriptions happen on the specified scheduler.