[RxSwift] 11. Time-Based Operators (delay, time out)
RxError.timeout
.catch { error in if case .timeout = error as? RxError { } }