Skip to content
This repository has been archived by the owner on Oct 17, 2021. It is now read-only.

AFResult

mattt edited this page Sep 18, 2020 · 2 revisions

AFResult

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

public typealias AFResult<Success> = Result<Success, AFError>
Types
Protocols
Global Typealiases
Clone this wiki locally