[[["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 webpage details the `ConnectionServiceLimitedErrorCountRetryPolicy` class, which manages retry attempts for `ConnectionServiceConnection` based on error counts."],["The policy halts retries if a non-transient error occurs or if the number of transient failures exceeds a set limit, which include `kUnavailable` and `kUnknown`."],["The class offers constructors to initialize the policy, allowing customization of the maximum allowed transient errors, with disabling the retry loop by providing an instance with 0 for the maximum failures."],["It includes methods like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` for managing the retry policy and determining when retries should stop."],["The latest version is `2.37.0-rc`, and the page provides access to documentation for several prior versions, ranging from `2.36.0` to `2.11.0`."]]],[]]