AFResult - SwiftDocOrg/Alamofire GitHub Wiki

AFResult

Default type of Result returned by Alamofire, with an AFError Failure type.

public typealias AFResult<Success> = Result<Success, AFError>
⚠️ **GitHub.com Fallback** ⚠️