[[["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 designed for `AccessContextManagerConnection` that manages transient errors."],["The policy halts retries upon encountering a non-transient error or exceeding a specified number of transient failures, with `kUnavailable` being the only status code considered as transient in this context."],["You can set the maximum allowed number of transient errors with the constructor `AccessContextManagerLimitedErrorCountRetryPolicy(int)`, where setting `maximum_failures` to 0 will disable retries altogether."],["The class contains functions such as `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)`, and `clone()`, as well as the `BaseType` alias."],["The page also provides links to prior versions of the `AccessContextManagerLimitedErrorCountRetryPolicy`, starting from version `2.11.0`, up until the latest release candidate `2.37.0-rc`."]]],[]]