AFDataResponse - SwiftDocOrg/Alamofire GitHub Wiki AFDataResponse Default type of DataResponse returned by Alamofire, with an AFError Failure type. public typealias AFDataResponse<Success> = DataResponse<Success, AFError> ⚠️ **GitHub.com Fallback** ⚠️