I need to emit a sequence of items if it encounters an error in RxSwift. In JAVA it can be done with "onErrorResumeNext" operator. But I can not find the same operator or its substitute in Swift.
I need to emit a sequence of items if it encounters an error in RxSwift. In JAVA it can be done with "onErrorResumeNext" operator. But I can not find the same operator or its substitute in Swift.