[[["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-03-21 UTC."],[[["This webpage details the `GroundedGenerationServiceLimitedErrorCountRetryPolicy`, a class in the Google Cloud Discovery Engine C++ library, designed to manage retries for the `GroundedGenerationServiceConnection` based on error counts."],["The retry policy halts if a non-transient error occurs or if the number of transient errors, specifically `kUnavailable` status codes, exceeds a set threshold."],["The `GroundedGenerationServiceLimitedErrorCountRetryPolicy` class allows configuring the maximum number of transient failures it will tolerate before stopping retries, which can be disabled entirely by setting `maximum_failures` to 0."],["The page provides a comprehensive list of past versions, ranging from version 2.15.1 to the latest release candidate 2.37.0-rc, each linked to its respective documentation."],["Key functions, such as `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)`, and `clone()`, are explained, detailing how each method contributes to the error handling and retry management process."]]],[]]