Enumerations
The following enumerations are available globally.
-
Namespace for informational Alamofire values.
See moreDeclaration
Swift
public enum AFInfo -
See moreAFErroris 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, Sendableextension AFError: LocalizedError -
Represents various authentication failures that occur when using the
See moreAuthenticationInterceptor. All errors are still vended from Alamofire asAFErrortypes. TheAuthenticationErrorinstances will be embedded withinAFError.requestAdaptationFailedor.requestRetryFailedcases.Declaration
Swift
public enum AuthenticationError : Error -
Outcome of determination whether retry is necessary.
See moreDeclaration
Swift
public enum RetryResult : Sendable
View on GitHub
Install in Dash
Enumerations Reference