do On Before Error
Calls the consumer with the emitted Throwable when the Observable signals onError. The consumer is called before the observer is called.
Please refer to the corresponding RxJava document.
Calls the consumer with the emitted Throwable when the Observable signals onError. The consumer is called before the observer is called.
Please refer to the corresponding RxJava document.