[[["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 document outlines the `TopicStatsServiceLimitedErrorCountRetryPolicy`, a retry policy designed for `TopicStatsServiceConnection` that limits the number of transient errors before stopping retries."],["The policy classifies `kInternal` and `kUnavailable` status codes as transient errors, ceasing retries upon encountering a non-transient error or exceeding the maximum allowed transient failures."],["Users can control the retry behavior by setting the `maximum_failures` parameter in the constructor, where a value of 0 effectively disables the retry loop."],["The policy includes functions to check if the retry attempts are exhausted (`IsExhausted`), handle failures (`OnFailure`), determine if a failure is permanent (`IsPermanentFailure`), and obtain the maximum number of failures allowed (`maximum_failures`)."],["The latest version of this policy is 2.37.0-rc, and this document provides links to documentation for previous versions as far back as 2.11.0, with each linking to the same policy under each version."]]],[]]