[[["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-21 UTC."],[[["This document describes the `PrivilegedAccessManagerLimitedErrorCountRetryPolicy`, a retry policy for `PrivilegedAccessManagerConnection` that stops retrying after encountering a non-transient error or exceeding a specified number of transient failures."],["The policy treats `kUnavailable` status codes as transient errors, and you can disable retries by setting `maximum_failures` to 0."],["The class provides constructors to create instances and allows the ability to copy or move instances through the use of copy and move constructors."],["It also allows the setting of the `maximum_failures` to the maximum number of failures allowed before the policy stops retrying."],["The provided functions include `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, which are used to check status, update failure count and reset the policy."]]],[]]