[[["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 mechanism for `PrivilegedAccessManagerConnection` that is based on counting the number of errors."],["The policy halts retries upon encountering a non-transient error or exceeding a set number of transient failures, with `kUnavailable` considered a transient error."],["You can create this retry policy by setting the number of transient errors permitted, or you can disable retries entirely if you set the `maximum_failures` to `0`."],["The class offers methods to check if the retry policy is exhausted (`IsExhausted`), determine if a failure is permanent (`IsPermanentFailure`), and to retrieve the maximum failure limit (`maximum_failures`)."],["The class contains a virtual `clone()` method to create new instances of the policy, and a `BaseType` alias, which is `PrivilegedAccessManagerRetryPolicy`."]]],[]]