FirebaseAppDistribution Framework Reference

_ErrorType

typealias AppDistributionError.Code._ErrorType = AppDistributionError

Error codes representing sign in or version check failure reasons.

  • Returned when an unknown error occurred.

    Declaration

    Swift

    case unknown = 0
  • Returned when App Distribution failed to authenticate the user.

    Declaration

    Swift

    case authenticationFailure = 1
  • Returned when sign-in was cancelled.

    Declaration

    Swift

    case authenticationCancelled = 2
  • Returned when the network was unavailable to make requests or the request timed out.

    Declaration

    Swift

    case networkFailure = 3