[[["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 permitted number of transient failures, with `kUnavailable` status code being the only one treated as a transient error."],["The retry policy can be configured to disable the retry loop entirely by setting the `maximum_failures` parameter to 0 when creating an instance of the `KeyManagementServiceLimitedErrorCountRetryPolicy`."],["The page provides documentation for multiple versions of the policy, ranging from version 2.10.1 up to 2.37.0-rc, including different constructors and functions."],["The class offers functions such as `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)`, and `clone()`, each with a particular purpose in defining retry behavior."]]],[]]