[[["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-14 UTC."],[[["This webpage details the `AccessContextManagerLimitedErrorCountRetryPolicy`, which is designed to manage retries for `AccessContextManagerConnection` based on the number of errors encountered."],["The policy stops retrying if a non-transient error occurs or if the number of transient failures exceeds a predefined limit, with `kUnavailable` being the only status code considered a transient error."],["You can construct an instance of this retry policy by specifying the `maximum_failures` parameter, which sets the tolerance for transient errors, or you can set it to `0` to disable the retry loop."],["The page provides a list of the available versions for the `AccessContextManagerLimitedErrorCountRetryPolicy` class, with version `2.37.0-rc` being the latest."],["The class includes functions such as `OnFailure`, `IsExhausted`, `IsPermanentFailure`, `clone`, and `maximum_failures`, and it has a `BaseType` alias for `AccessContextManagerRetryPolicy`."]]],[]]