RequestTimeoutException
class RequestTimeoutException : FirebaseAIException
kotlin.Any | |||||
↳ | kotlin.Throwable | ||||
↳ | java.lang.Exception | ||||
↳ | java.lang.RuntimeException | ||||
↳ | com.google.firebase.ai.type.FirebaseAIException | ||||
↳ | com.google.firebase.ai.type.RequestTimeoutException |
A request took too long to complete.
Usually occurs due to a user specified timeout
.