[[["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 `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."]]],[]]