Gemini Next Gen Api Retryable Exception
Exception that indicates a transient error that can be retried.
When this exception is thrown during an HTTP request, the SDK will automatically retry the request up to the maximum number of retries.
Parameters
message
A descriptive error message
cause
The underlying cause of this exception, if any
Constructors
Link copied to clipboard
public GeminiNextGenApiRetryableException GeminiNextGenApiRetryableException(String message, Throwable cause)