[[["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 class, `ParameterManagerLimitedErrorCountRetryPolicy`, defines a retry policy for `ParameterManagerConnection` that is based on the number of errors encountered during operations."],["The policy halts retries if a non-transient error is returned or if the number of transient failures exceeds a specified limit."],["Only `kUnavailable` status codes are considered transient errors in the context of this retry policy."],["You can customize the maximum number of allowed transient errors during policy instantiation, including setting it to `0` to disable retries."],["The policy provides methods to check if retries are exhausted (`IsExhausted`), if a failure is permanent (`IsPermanentFailure`), and to get a copy of itself with an initial state (`clone`)."]]],[]]