[[["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 stops retrying if it encounters a non-transient error or if the number of transient failures exceeds a predefined limit."],["The only status code considered a transient error within this class is `kUnavailable`."],["The policy's constructor, `PrivilegedAccessManagerLimitedErrorCountRetryPolicy(int)`, takes an integer parameter, `maximum_failures`, to define how many transient errors are tolerated."],["You can effectively disable the retry loop by instantiating the policy with a `maximum_failures` value of 0."]]],[]]