[[["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-23 UTC."],[[["This document provides documentation for the `GroundedGenerationServiceLimitedErrorCountRetryPolicy`, which is a retry policy for `GroundedGenerationServiceConnection` in Google Cloud's Discovery Engine C++ library."],["The retry policy stops retrying if a non-transient error is returned or if the number of transient failures exceeds the defined maximum."],["Transient errors in this policy are identified by the `kUnavailable` status code, as detailed in the linked documentation."],["The policy can be configured to tolerate a specific number of transient errors, or it can be completely disabled by setting `maximum_failures` to 0 during the creation of the instance."],["The provided documentation includes various constructors, functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, `clone()`, and a type alias `BaseType` for this retry policy."]]],[]]