[[["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-04-17 UTC."],[[["This webpage provides documentation for the `KeyManagementServiceLimitedErrorCountRetryPolicy` class, which is designed for handling transient errors in the `KeyManagementServiceConnection`."],["The `KeyManagementServiceLimitedErrorCountRetryPolicy` class retries operations until a non-transient error occurs or the maximum number of allowed transient errors (specified by `maximum_failures`) is exceeded, treating `kUnavailable` status codes as transient errors."],["The class has multiple constructors, including one that allows for the disabling of retry loops by setting `maximum_failures` to 0."],["The provided content offers a list of available version numbers for the `KeyManagementServiceLimitedErrorCountRetryPolicy` class, including version `2.37.0-rc` as the latest version."],["Key functions of the class include `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)` and `clone()`, offering control over retry behavior and error detection."]]],[]]