daleswift

Results 1 comments of daleswift

An update to Alamofire (5.0.0) wraps all underlying errors in AFError. You now need: `case .underlying(AFError.sessionTaskFailed(let underlyingError as NSError, _))`