[[["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 webpage details the `ContentServiceLimitedErrorCountRetryPolicy` class, which is used to manage retries for `ContentServiceConnection` based on the number of errors encountered."],["The policy stops retries if a non-transient error occurs or if the number of transient failures exceeds a predefined limit, with `kUnavailable` status codes treated as transient errors."],["Users can create an instance of this policy by specifying the `maximum_failures` parameter to define the amount of transient errors that can be tolerated, or to disable the retry loop altogether."],["The class contains multiple constructors allowing various parameters to be used, as well as a number of functions such as `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)`, and `clone()`."],["This is a part of a series of versions, with version `2.37.0-rc` being the latest and versions stretching back to `2.11.0`."]]],[]]