[[["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-09 UTC."],[[["This document outlines the `ServicesLimitedErrorCountRetryPolicy` class, which is designed to manage retries for `ServicesConnection` based on the number of encountered errors."],["The policy halts retries upon encountering a non-transient error or exceeding a predefined number of transient failures, where `kUnavailable` status codes are treated as transient errors."],["The constructor `ServicesLimitedErrorCountRetryPolicy(int)` allows setting a limit to the maximum allowed number of transient errors using the `maximum_failures` parameter, and you can disable the retry loop by setting this parameter to 0."],["The class includes functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, and `IsPermanentFailure()` to manage the retry logic."],["The document provides links to documentation for various versions of the software, with version 2.37.0-rc as the most recent and 2.11.0 as the oldest included."]]],[]]