[[["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 `KeyManagementServiceLimitedErrorCountRetryPolicy`, a retry policy class for `KeyManagementServiceConnection` that limits the number of transient errors before stopping retries."],["The policy ceases retrying when a non-transient error occurs or the number of transient failures exceeds a predefined limit, with `kUnavailable` being the only status code considered a transient error in this context."],["The policy can be configured during instantiation to accept a certain amount of transient errors via the `maximum_failures` parameter, or disabling the retry loop altogether if set to `0`."],["The class provides methods such as `OnFailure`, `IsExhausted`, `IsPermanentFailure`, and `clone` to manage retries and determine the state of the policy."],["The latest version of the policy is `2.37.0-rc`, with numerous previous versions listed, such as `2.36.0`, `2.35.0`, etc, going all the way to `2.10.1`."]]],[]]