[[["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-14 UTC."],[[["This page details the `MetadataServiceLimitedErrorCountRetryPolicy`, which is a retry policy for `MetadataServiceConnection` 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."],["The `kUnavailable` status code is specifically classified as a transient error within this policy."],["You can adjust the maximum number of allowed transient errors via the constructor, or disable the retry loop entirely by setting `maximum_failures` to 0."],["The class defines methods to determine if a failure is permanent, if the retry policy is exhausted, the maximum failures, along with the ability to clone the policy."]]],[]]