[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-14 UTC."],[[["This webpage details the `SiteSearchEngineServiceLimitedErrorCountRetryPolicy`, a class used to manage retries for the `SiteSearchEngineServiceConnection` in the Google Cloud Discovery Engine C++ library."],["The retry policy stops retrying if a non-transient error is encountered or if the number of transient failures exceeds the specified maximum."],["Transient errors in this policy are identified by the `kUnavailable` status code, and a user can also set a maximum number of failures using `SiteSearchEngineServiceLimitedErrorCountRetryPolicy(int maximum_failures)`."],["The documentation allows one to explore the different available versions of the `SiteSearchEngineServiceLimitedErrorCountRetryPolicy`, from `2.37.0-rc` (latest) down to `2.15.1`."],["The class provides functions such as `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)`, and `clone()`, for managing and assessing the retry logic."]]],[]]