[[["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-17 UTC."],[[["This webpage details the `TopicStatsServiceLimitedErrorCountRetryPolicy`, a retry policy for `TopicStatsServiceConnection` that limits retries based on the number of transient errors encountered."],["The policy ceases retrying upon encountering a non-transient error or when the number of transient failures exceeds a predefined limit, with the `kInternal` and `kUnavailable` status codes considered transient."],["Users can configure the maximum number of transient errors tolerated using the constructor `TopicStatsServiceLimitedErrorCountRetryPolicy(int maximum_failures)`, where setting `maximum_failures` to 0 disables the retry loop."],["Key functions include `maximum_failures()` to get the maximum number of allowed failures, `OnFailure(Status const &)` to handle status codes, `IsExhausted()` to check if retry attempts are exhausted, `IsPermanentFailure(Status const &)` to check if a status is considered permanent, and `clone()` to create a new policy instance."],["This webpage contains the documentation for versions 2.11.0 to 2.37.0-rc of the Pub/Sub Lite service, with the latest version being `2.37.0-rc`."]]],[]]