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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-15 UTC."],[[["This webpage provides documentation for the `ServerStreamingAttemptException` class in the Google API Client Library for Java, specifically within the `com.google.api.gax.retrying` package."],["The `ServerStreamingAttemptException` class is a wrapper exception used internally by `ServerStreamingAttemptCallable` to communicate context to `StreamingRetryAlgorithm` and pass the original cancellation stack trace to `RetryingServerStreamingCallable`."],["The class provides two primary methods, `canResume()` which indicates if the stream can be resumed after the error, and `hasSeenResponses()` which indicates if any streamed messages were received during the RPC attempt."],["The webpage lists various versions of the `ServerStreamingAttemptException`, ranging from the latest version 2.63.1 down to version 2.7.1, with links to the documentation for each release."],["The documentation also includes inherited members and constructors for `ServerStreamingAttemptException`, alongside parameter details for its constructor, and the parameters it takes."]]],[]]