[[["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`, a retry policy used for `AccessContextManagerConnection` that is designed to stop retrying if a non-transient error occurs or if the maximum number of transient failures are detected."],["The policy treats the `kUnavailable` status code as a transient error and can be configured to tolerate a specific number of these failures, or disabled completely by setting `maximum_failures` to 0."],["The class offers constructors to set the maximum transient errors, as well as move and copy constructors, along with functions to check the maximum failures, handle failures (`OnFailure`), check if the policy is exhausted (`IsExhausted`), determine if a failure is permanent (`IsPermanentFailure`), and create a clone of the policy (`clone`)."],["The latest version of the documentation is `2.37.0-rc`, and the listed content contains versions down to `2.11.0`, all containing information on this `AccessContextManagerLimitedErrorCountRetryPolicy`."]]],[]]