[[["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 page documents the `PrivilegedAccessManagerLimitedErrorCountRetryPolicy`, a retry mechanism for `PrivilegedAccessManagerConnection` that halts retries after a set number of transient errors or upon encountering a non-transient error."],["The policy considers the `kUnavailable` status code as a transient error and provides control over the maximum number of transient failures allowed before the retry process terminates."],["It has constructors to create an instance allowing the definition of `maximum_failures` or with the use of copy or move constructors, in addition to various member functions to manage and clone the policy."],["The policy offers functions such as `OnFailure`, `IsExhausted`, `IsPermanentFailure`, `clone`, and `maximum_failures` to interact with and manipulate retry behavior, alongside a type alias `BaseType` for `PrivilegedAccessManagerRetryPolicy`."],["The latest version of the policy is 2.37.0-rc, and the page displays documentation for the class across multiple versions, ranging from 2.27.0 to the latest."]]],[]]