If an error is reported, the onError method must be executed. There is an error handling function catch in RxJava, such as onErrorReturn() or onErrorResumeNext() or onExceptionResumeNext(). My idea is that if an error occurs, intercept it. Will this not affect other requests? As for request errors, you can add a retry mechanism.
If an error is reported, the onError method must be executed. There is an error handling function catch in RxJava, such as onErrorReturn() or onErrorResumeNext() or onExceptionResumeNext(). My idea is that if an error occurs, intercept it. Will this not affect other requests? As for request errors, you can add a retry mechanism.
Observable.mergeDelayError