[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-14 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."]]],[]]