[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-14 UTC."],[[["This page details the `MetadataServiceLimitedErrorCountRetryPolicy` class, which manages retry attempts for `MetadataServiceConnection` based on error counts."],["The policy halts retries upon encountering a non-transient error or exceeding a specified number of transient failures, with `kUnavailable` being the only status code considered as transient in this class."],["The policy constructor accepts an `int` for `maximum_failures`, which dictates the tolerance for transient errors before stopping, and a value of `0` effectively disables retries."],["This policy includes methods such as `OnFailure`, `IsExhausted`, and `IsPermanentFailure` to determine retry logic, and `clone()` to make new policy instances, along with a `maximum_failures()` getter."],["The page lists the available versions of the `MetadataServiceLimitedErrorCountRetryPolicy` class, ranging from version 2.11.0 to 2.37.0-rc."]]],[]]