[[["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 a list of different versions of the `CompletionServiceLimitedErrorCountRetryPolicy`, ranging from the latest release candidate (2.37.0-rc) down to version 2.11.0."],["The `CompletionServiceLimitedErrorCountRetryPolicy` class is a retry policy for `CompletionServiceConnection` that halts retries upon encountering a non-transient error or exceeding a predefined number of transient failures."],["The class considers the `kUnavailable` status code as a transient error, allowing for retries in those instances."],["The policy can be configured to disable retries by setting `maximum_failures` to 0, and it also includes methods for handling failure statuses, determining exhaustion, and identifying permanent failures."],["The policy offers functions to check for `maximum_failures`, `OnFailure`, `IsExhausted`, `IsPermanentFailure`, and a `clone()` function to reset the policy to its initial state, it also has the option for BaseType."]]],[]]