[[["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 `AutokeyAdminLimitedErrorCountRetryPolicy`, a class in the Google Cloud C++ library's KMS service used to manage retry attempts for the `AutokeyAdminConnection` in case of failures."],["The retry policy stops when a non-transient error occurs or when the number of transient errors, specifically `kUnavailable` status codes, exceeds a set maximum."],["The class provides constructors to set the maximum number of allowed transient failures, and can be set to disable retry loops by providing an instance of this policy with `maximum_failures` == 0."],["The class offers functions to check if the policy is exhausted (`IsExhausted`), determine if an error is permanent (`IsPermanentFailure`), and obtain the maximum number of failures allowed (`maximum_failures`)."],["The webpage also provides a comprehensive list of links to documentation of older versions of the `AutokeyAdminLimitedErrorCountRetryPolicy` class, ranging from version `2.37.0-rc` down to `2.10.1`."]]],[]]