[[["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-21 UTC."],[[["This document provides information on the `SiteSearchEngineServiceLimitedErrorCountRetryPolicy` class, which is used to manage retries for `SiteSearchEngineServiceConnection` based on the number of errors encountered."],["The retry policy halts if a non-transient error occurs or if the number of transient failures exceeds a specified maximum."],["Transient errors, in this context, are identified by the `kUnavailable` status code."],["The class allows configuration of the maximum number of transient errors that are allowed before stopping the retry process, set via the `maximum_failures` parameter."],["The document details various constructors and functions of the class, including how to check if the policy is exhausted or a status is permanent."]]],[]]