[[["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 document provides information on the `SearchServiceLimitedErrorCountRetryPolicy` class, which is used for handling retries in the `SearchServiceConnection`."],["The retry policy is designed to stop retrying when it encounters a non-transient error or when the number of transient failures exceeds a defined limit."],["The policy considers the `kUnavailable` status code as a transient error, while all other errors are considered non-transient."],["You can configure the maximum number of transient errors allowed using the `maximum_failures` parameter when constructing an instance, and set it to 0 to disable retries."],["The page also lists the available versions, the latest one being `2.37.0-rc`, and describes the constructors, functions, and type alias associated with this policy."]]],[]]