[[["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-17 UTC."],[[["This document outlines the `CompletionServiceLimitedErrorCountRetryPolicy` class, which manages retry attempts for `CompletionServiceConnection` based on error counts."],["The policy halts retries if a non-transient error occurs or if the number of transient failures exceeds a specified limit, which by default are any `kUnavailable` errors."],["The class provides constructors to set the maximum allowed transient failures and functions to manage the retry process, such as `OnFailure()`, `IsExhausted()`, and `IsPermanentFailure()`."],["It documents the ability to instantiate multiple versions of the policy, with the most recent version being `2.37.0-rc`, and the currently documented version `2.36.0`."],["The retry policy class also provides a `clone()` function, which creates a new instance of the policy, reset to its initial state."]]],[]]