[[["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 webpage details the `AccessContextManagerLimitedErrorCountRetryPolicy`, a retry policy class for `AccessContextManagerConnection` that limits retries based on error counts."],["The policy stops retrying if it encounters a non-transient error or exceeds a predefined number of transient failures, with `kUnavailable` being treated as a transient error."],["You can set the maximum allowed number of transient errors by passing an integer during construction, where a value of `0` effectively disables retries."],["The class includes functions to determine if retries are exhausted, if a failure is permanent, and to clone the policy instance, as well as a function to return the maximum failures allowed."],["This class also contains type aliases, such as `BaseType` which is equivalent to the `AccessContextManagerRetryPolicy` type."]]],[]]