[[["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-17 UTC."],[[["This webpage details the `SiteSearchEngineServiceLimitedErrorCountRetryPolicy`, a class for managing retries based on the number of errors encountered, specifically within the context of `SiteSearchEngineServiceConnection`."],["The policy halts retries upon encountering a non-transient error or exceeding a predefined number of transient failures, treating the status code `kUnavailable` as a transient error."],["The policy can be configured to allow a specified maximum number of transient failures via the constructor `SiteSearchEngineServiceLimitedErrorCountRetryPolicy(int maximum_failures)` or can disable retries all together by setting the `maximum_failures` parameter to 0."],["The page contains versioned links to documentation for different releases, including a link to the latest release candidate 2.37.0-rc and versions ranging from 2.36.0 down to 2.15.1."],["The page outlines different functions and properties of the class, including the ability to check the max number of failures, whether the policy is exhausted, and whether a failure is permanent."]]],[]]