[[["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-05-07 UTC."],[[["This page provides documentation for the `KeyManagementServiceLimitedErrorCountRetryPolicy` class, which is part of the Google Cloud C++ client library for Key Management Service (KMS)."],["The `KeyManagementServiceLimitedErrorCountRetryPolicy` class implements a retry mechanism that limits the number of transient errors before stopping retries for `KeyManagementServiceConnection`."],["The class constructor `KeyManagementServiceLimitedErrorCountRetryPolicy(int)` allows setting the `maximum_failures` to control the number of transient errors tolerated, with `maximum_failures` set to 0 disabling the retry loop."],["The documentation lists the available versions of the class, from 2.10.1 up to 2.37.0-rc, alongside the link to their respective pages, with the current page set to version 2.34.0."],["The class treats `kUnavailable` status code as a transient error, and will stop retrying when a non-transient error is returned, or when the transient error count exceeds the defined `maximum_failures`."]]],[]]