[[["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-05 UTC."],[[["This document describes the `PrivilegedAccessManagerLimitedErrorCountRetryPolicy`, a retry policy for `PrivilegedAccessManagerConnection` that is based on counting the number of errors."],["The policy will stop retrying if a non-transient error is returned by an RPC, or if the number of transient failures exceeds the maximum number allowed."],["Transient errors, which can be retried, are those with the `kUnavailable` status code."],["The policy can be customized to allow for a specific `maximum_failures` during its setup and setting this value to 0 will disable the retry loop."],["The policy offers functions for checking if the retry has reached its maximum failure count, verifying for a permanent failure and for creating a new instance of the policy reset to initial state."]]],[]]