[[["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-09 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 predefined limit, with `kUnavailable` status code being considered transient."],["Users can customize the policy's behavior by setting the `maximum_failures` parameter during the construction, where setting it to 0 effectively disables retries."],["The document also shows all available versions of this object, starting from 2.11.0 to the latest, 2.37.0-rc."],["This policy contains several virtual functions, such as `OnFailure`, `IsExhausted`, and `IsPermanentFailure`, that allow for checking and determining the status of the retries."]]],[]]