FirebaseAppCheck Framework Reference

_ErrorType

typealias AppCheckErrorCode.Code._ErrorType = AppCheckErrorCode

Undocumented

  • An unknown or non-actionable error.

    Declaration

    Swift

    case unknown = 0
  • A network connection error.

    Declaration

    Swift

    case serverUnreachable = 1
  • Invalid configuration error. Currently, an exception is thrown but this error is reserved for future implementations of invalid configuration detection.

    Declaration

    Swift

    case invalidConfiguration = 2
  • System keychain access error. Ensure that the app has proper keychain access.

    Declaration

    Swift

    case keychain = 3
  • Selected app attestation provider is not supported on the current platform or OS version.

    Declaration

    Swift

    case unsupported = 4