[[["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-05-07 UTC."],[[["This webpage details the `AccessContextManagerLimitedErrorCountRetryPolicy`, a retry policy designed for `AccessContextManagerConnection` that handles errors based on a limited count."],["The policy stops retrying if it encounters a non-transient error or exceeds a predefined number of transient failures, with `kUnavailable` being the sole transient error status code."],["The constructor allows you to specify the maximum number of transient errors tolerated, and by setting `maximum_failures` to 0, the retry loop can be disabled."],["Key functions within the policy include `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, each serving to manage or determine the retry process."],["The latest version available is `2.37.0-rc`, and there are a range of previous versions, from `2.11.0` to `2.36.0` accessible with their corresponding hyperlinks."]]],[]]