Enumerations

The following enumerations are available globally.

  • AFError is the error type returned by Alamofire. It encompasses a few different types of errors, each with their own associated reasons.

    See more

    Declaration

    Swift

    public enum AFError : Error
    extension AFError: LocalizedError
  • Outcome of determination whether retry is necessary.

    See more

    Declaration

    Swift

    public enum RetryResult