ResponseStoppedException

class ResponseStoppedException : FirebaseVertexAIException


A request was stopped during generation for some reason.

Summary

Public constructors

ResponseStoppedException(
    response: GenerateContentResponse,
    cause: Throwable?
)

Public properties

GenerateContentResponse

the full server response for the request

Inherited properties

From kotlin.Throwable

Public constructors

ResponseStoppedException

ResponseStoppedException(
    response: GenerateContentResponse,
    cause: Throwable? = null
)

Public properties

response

val responseGenerateContentResponse

the full server response for the request