[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-26 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`."]]],[]]