UnknownException

class UnknownException : FirebaseVertexAIException


Catch all case for exceptions not explicitly expected.

Summary

Public constructors

UnknownException(message: String, cause: Throwable?)

Inherited properties

From kotlin.Throwable

Public constructors

UnknownException

UnknownException(message: String, cause: Throwable? = null)