on Error Resume Next
When the Observable signals onError, resumes the flow with a new Observable returned by nextSupplier.
Please refer to the corresponding RxJava document.
When the Observable signals onError, resumes the flow with next Observable.
Please refer to the corresponding RxJava document.