[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-14 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`."]]],[]]