Enumerations
The following enumerations are available globally.
-
See moreAFError
is the error type returned by Alamofire. It encompasses a few different types of errors, each with their own associated reasons.Declaration
Swift
public enum AFError : Error
-
Declaration
Swift
public enum HTTPMethod : String
-
Outcome of determination whether retry is necessary.
See moreDeclaration
Swift
public enum RetryResult