[[["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 outlines the `SearchServiceLimitedErrorCountRetryPolicy`, a retry mechanism for `SearchServiceConnection` that limits retries based on the number of errors encountered."],["The policy halts retries if a non-transient error occurs or if the number of transient failures exceeds a preset `maximum_failures`, with only the status code `kUnavailable` being considered as a transient error in this context."],["The class offers constructors to initialize the policy, allowing users to define the `maximum_failures` or to disable retries entirely, while providing multiple functions to check when the policy is exhausted and check for permanent failure."],["There are multiple versions available, with the latest version being `2.37.0-rc`, and each version contains a description of this class, the constructors and functions, along with the parameters and return types for each."],["This class also provides a type alias called `BaseType` that aliases `SearchServiceRetryPolicy`, and an instance of the policy can be created, reset to the initial state, by calling the `clone()` function."]]],[]]