[[["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-05 UTC."],[[["This webpage details the `TopicStatsServiceLimitedErrorCountRetryPolicy`, a retry policy for `TopicStatsServiceConnection` that limits retries based on the number of transient errors encountered."],["The policy will stop retrying if a non-transient error is returned, or if the number of transient failures exceeds a predefined threshold, and it considers `kInternal` and `kUnavailable` status codes as transient errors."],["The class's constructor accepts an `int` argument `maximum_failures` to specify the maximum allowed number of transient errors, with a value of 0 disabling the retry loop."],["The class has functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, to manage the policy."],["The page also provides links to the reference documentation for several previous versions of the class, spanning versions 2.11.0 to 2.36.0, and includes a link to the latest release candidate at version 2.37.0-rc."]]],[]]