[[["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 detected transient errors."],["The policy halts retries upon encountering a non-transient error or exceeding a predefined count of transient failures, with `kUnavailable` being classified as a transient error."],["The class includes constructors that enable the definition of the maximum number of transient failures and copy and move behavior, as well as the ability to disable retries by setting `maximum_failures` to 0."],["The class offers functions to define, detect, and handle failures such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, and `IsPermanentFailure()`, as well as a clone function."],["This documentation provides links to the documentation for the `SearchServiceLimitedErrorCountRetryPolicy` class for versions 2.11.0 up to 2.37.0-rc."]]],[]]