[[["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 `ContentServiceLimitedErrorCountRetryPolicy`, which is a retry policy for `ContentServiceConnection` based on counting the number of errors encountered."],["The retry policy stops when a non-transient error occurs or if the number of transient failures exceeds a set limit, with `kUnavailable` being considered a transient error."],["The policy is instantiated by providing a `maximum_failures` value, which dictates how many transient errors the system can tolerate before ceasing retries, and setting `maximum_failures` to 0 effectively disables the retry mechanism."],["The class offers functions to manage the policy, such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, along with constructors and type aliases like `BaseType`."],["The page provides access to the documentation for various versions, from version `2.11.0` up to the most recent `2.37.0-rc`, of the `ContentServiceLimitedErrorCountRetryPolicy`."]]],[]]