[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-14 UTC."],[[["This document outlines the `ConnectionServiceLimitedErrorCountRetryPolicy` class, which is used to retry failed operations in the `ConnectionServiceConnection` based on a limited number of errors."],["The retry policy will terminate if a non-transient error occurs or if the number of transient errors exceeds a predefined limit, with transient errors including `kUnavailable` and `kUnknown` status codes."],["The class allows creation of an instance, which is achieved through a constructor that accepts `maximum_failures` as a parameter, defining the transient errors the retry loop will tolerate, noting that setting `maximum_failures` to zero will effectively disable the retry loop."],["Key functions of this class include `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, which are responsible for managing the retry logic and policy state."],["The document provides version references for this class, with version 2.37.0-rc being the latest release candidate, all the way down to version 2.11.0, with each version including a link to its respective documentation."]]],[]]