FirebaseInstallations Framework Reference

_ErrorType

typealias InstallationsErrorCode.Code._ErrorType = InstallationsErrorCode

Undocumented

  • Unknown error. See userInfo for details.

    Declaration

    Swift

    static var unknown: InstallationsErrorCode.Code { get }
  • Keychain error. See userInfo for details.

    Declaration

    Swift

    static var keychain: InstallationsErrorCode.Code { get }
  • Server unreachable. A network error or server is unavailable. See userInfo for details.

    Declaration

    Swift

    static var serverUnreachable: InstallationsErrorCode.Code { get }
  • FirebaseApp configuration issues e.g. invalid GMP-App-ID, etc. See userInfo for details.

    Declaration

    Swift

    static var invalidConfiguration: InstallationsErrorCode.Code { get }