[[["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 for `KeyManagementServiceConnection` that limits retries based on the number of transient errors encountered."],["The policy ceases retrying upon encountering a non-transient error or exceeding the maximum allowed number of transient failures, with `kUnavailable` status codes being treated as transient errors."],["You can customize the number of transient errors tolerated by creating an instance of the retry policy, and can disable it by setting the `maximum_failures` to 0."],["The page also lists every version of the library containing this class, ranging from version 2.10.1 to 2.37.0-rc."],["Key functionality of the policy includes `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)`, and a `clone()` method to reset the policy, along with the type alias `BaseType` which is an alias of `KeyManagementServiceRetryPolicy`."]]],[]]