[[["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."],[[["The webpage details the `KeyManagementServiceLimitedErrorCountRetryPolicy` class, which is a retry policy designed for `KeyManagementServiceConnection` in the context of Google Cloud's C++ client library for the KMS service."],["This retry policy halts operations if a non-transient error occurs or if the number of transient errors exceeds a set limit, with `kUnavailable` status codes considered transient."],["The class provides constructors to specify the maximum number of transient errors allowed before stopping retries, and a `maximum_failures()` method."],["It also includes functions like `OnFailure`, `IsExhausted`, `IsPermanentFailure`, and `clone` to handle error status, track retries, identify permanent failures, and create new instances, respectively."],["The page also contains a history of versions, with the latest version currently being 2.37.0-rc."]]],[]]