[[["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-14 UTC."],[[["This webpage details the `GroundedGenerationServiceLimitedErrorCountRetryPolicy`, a class used to manage retries for the `GroundedGenerationServiceConnection` based on the number of errors encountered."],["The policy ceases retrying if a non-transient error occurs or if the number of transient failures exceeds a specified limit, where the `kUnavailable` status code is classified as a transient error."],["The class constructor allows users to set the `maximum_failures` parameter, defining the maximum number of transient errors allowed before the policy stops retrying."],["Key functions include `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)` and `clone()`, which help to evaluate the current state and retrying conditions."],["The page also provides links to the reference documentation for the `GroundedGenerationServiceLimitedErrorCountRetryPolicy` class across various versions, including the latest release candidate (`2.37.0-rc`), and versions spanning from `2.36.0` down to `2.15.1`."]]],[]]