[[["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-21 UTC."],[[["This webpage details the `KeyManagementServiceLimitedErrorCountRetryPolicy`, a retry policy for `KeyManagementServiceConnection` that manages retries based on the count of errors."],["The policy stops retrying when a non-transient error occurs or when the number of transient failures exceeds a specified limit."],["The class considers `kUnavailable` status codes as transient errors."],["You can set the maximum number of allowed transient failures using the constructor `KeyManagementServiceLimitedErrorCountRetryPolicy(int maximum_failures)`, or disable the retry loop entirely by setting the `maximum_failures` parameter to 0."],["The page lists the different versions available for the `KeyManagementServiceLimitedErrorCountRetryPolicy`, ranging from `2.37.0-rc` (latest) down to `2.10.1`."]]],[]]