FirebaseMLModelDownloader Framework Reference

DownloadedModelError

public enum DownloadedModelError : Error

Possible errors with locating a model file on device.

  • No model with this name exists on device.

    Declaration

    Swift

    case notFound
  • File system error.

    Declaration

    Swift

    case fileIOError(description: String)
  • Other errors with description.

    Declaration

    Swift

    case internalError(description: String)