onErrorResumeNext

When the Completable signals onError, resumes the flow with a new Completable returned by nextSupplier.

Please refer to the corresponding RxJava document.


When the Completable signals onError, resumes the flow with next Completable.

Please refer to the corresponding RxJava document.