[[["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-09 UTC."],[[["This page describes the `ParameterManagerLimitedErrorCountRetryPolicy`, a retry policy for `ParameterManagerConnection` that limits retries based on the number of transient errors."],["The policy stops retrying if an RPC returns a non-transient error or if the number of transient failures exceeds a predefined limit."],["Transient errors are defined as those with the `kUnavailable` status code."],["You can disable the retry loop by creating an instance of the policy with `maximum_failures` set to 0."],["The policy offers methods to check for exhaustion, permanent failures, handle failures, and clone the current policy."]]],[]]