FirebaseAIOnDeviceNotAvailableException

@PublicPreviewAPI
class FirebaseAIOnDeviceNotAvailableException : FirebaseAIException


An operation has been requested, but device doesn't support local models, or they are not available.

Prefer using the corresponding isAvailable() method on the model to check the status before trying to use it.

Summary

Inherited properties

From kotlin.Throwable

Public constructors

FirebaseAIOnDeviceNotAvailableException

FirebaseAIOnDeviceNotAvailableException(
    cause: FirebaseAIOnDeviceNotAvailableException
)