A wrapper exception thrown by ServerStreamingAttemptCallable to communicate additional
context to the StreamingRetryAlgorithm and to pass the original cancellation stack trace
to RetryingServerStreamingCallable.
For internal use only - public for technical reasons.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-02 UTC."],[[["The webpage provides documentation for the `ServerStreamingAttemptException` class in the Google API Client Library for Java, specifically within the `com.google.api.gax.retrying` package."],["`ServerStreamingAttemptException` is a wrapper exception used internally by `ServerStreamingAttemptCallable` to provide context to the `StreamingRetryAlgorithm` and pass the original cancellation stack trace to `RetryingServerStreamingCallable`."],["The class's constructor accepts a `Throwable` cause, a boolean indicating if the stream can resume, and a boolean that shows whether responses have already been seen."],["The `canResume()` method determines if the `StreamResumptionStrategy` supports resuming after an error, and `hasSeenResponses()` indicates if any messages have been received during the RPC attempt, which is a signal to `StreamingRetryAlgorithm` to reset timers."],["The webpage also includes a list of documentation links for different versions of the `ServerStreamingAttemptException` class ranging from 2.63.1 (latest) to 2.7.1."]]],[]]