Enumerations
The following enumerations are available globally.
-
Namespace for informational Alamofire values.
See moreDeclaration
Swift
public enum AFInfo
-
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, Sendable
extension AFError: LocalizedError
-
Represents various authentication failures that occur when using the
See moreAuthenticationInterceptor
. All errors are still vended from Alamofire asAFError
types. TheAuthenticationError
instances will be embedded withinAFError
.requestAdaptationFailed
or.requestRetryFailed
cases.Declaration
Swift
public enum AuthenticationError : Error
-
Outcome of determination whether retry is necessary.
See moreDeclaration
Swift
public enum RetryResult : Sendable