[[["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 `SearchServiceLimitedErrorCountRetryPolicy`, a retry mechanism for `SearchServiceConnection` in the Google Cloud Discovery Engine C++ library, with the latest version being `2.37.0-rc`."],["The retry policy halts if a non-transient error occurs or if the number of transient errors exceeds a defined limit, with `kUnavailable` being considered a transient error."],["The `SearchServiceLimitedErrorCountRetryPolicy` can be customized to tolerate a specific number of transient errors via its constructor, offering control over the retry loop's behavior."],["The policy provides methods like `OnFailure`, `IsExhausted`, and `IsPermanentFailure` to manage retry conditions, and `clone()` to create new policy instances in their initial state."],["The `maximum_failures()` function returns an integer value which signifies the number of transient errors the retry policy is configured to tolerate."]]],[]]