[[["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 information on the `CompletionServiceLimitedErrorCountRetryPolicy`, a class used for defining retry policies in the context of `CompletionServiceConnection`."],["The retry policy will stop if a non-transient error is returned, or if the number of transient failures exceeds the `maximum_failures` threshold, with `kUnavailable` being treated as a transient error."],["You can construct instances of the retry policy, setting the limit to the `maximum_failures` value, and it is possible to disable the retry loop entirely by setting `maximum_failures` to 0."],["The class contains several functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` to help manage and evaluate the policy, and a `BaseType` alias for `CompletionServiceRetryPolicy` is also available."],["The document lists various versions of this service, from the latest release candidate `2.37.0-rc` down to `2.11.0`, and all of the versions link to the same document."]]],[]]