[[["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-21 UTC."],[[["This webpage details the `ConnectionServiceLimitedErrorCountRetryPolicy` class, which manages retry attempts for `ConnectionServiceConnection` based on error counts."],["The policy halts retries upon encountering non-transient errors or exceeding a specified number of transient failures, which includes `kUnavailable` and `kUnknown` status codes."],["Users can create an instance of this class with the constructor `ConnectionServiceLimitedErrorCountRetryPolicy(int)` that defines how many transient errors will be tolerated, or by using a copy constructor, to clone the settings."],["Key functions include `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)` and `clone()`, which respectively retrieve the maximum failure count, determines if the retry should occur, if the policy is exhausted, and if the error is permanent, and creates a copy."],["The latest release, `2.37.0-rc`, and other previous versions from `2.36.0` down to `2.11.0` are available and linked, which apply to the `ConnectionServiceLimitedErrorCountRetryPolicy`."]]],[]]