[[["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-05-07 UTC."],[[["This webpage details the `TopicAdminLimitedErrorCountRetryPolicy` class, which manages retry attempts for `TopicAdminConnection` based on error counts."],["The policy halts retries upon encountering a non-transient error or exceeding a set number of transient failures, specifically treating `kUnavailable` as a transient error."],["The class allows for customization of the maximum number of transient failures tolerated, including disabling retries entirely by setting `maximum_failures` to 0."],["The `TopicAdminLimitedErrorCountRetryPolicy` offers constructors, including copy and move constructors, and functions to check for exhaustion, failure, or permanent failure of the retry policy, as well as a clone function to reset."],["This class uses `TopicAdminRetryPolicy` as it's base type, which it is an alias of."]]],[]]