[[["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 document outlines the `SiteSearchEngineServiceLimitedErrorCountRetryPolicy`, a class designed to manage retries for the `SiteSearchEngineServiceConnection` in the Google Cloud Discovery Engine C++ library."],["The retry policy halts if a non-transient error is encountered or if the number of transient failures exceeds a set threshold."],["Transient errors, specifically those with a `kUnavailable` status code, are counted towards the retry limit."],["You can customize the policy by setting the `maximum_failures` parameter, effectively disabling retries if set to zero."],["The policy's functionality is governed by several functions, including `OnFailure`, `IsExhausted`, and `IsPermanentFailure`, to handle error conditions and determine retry eligibility."]]],[]]