[[["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-14 UTC."],[[["This webpage details the `AutokeyAdminLimitedErrorCountRetryPolicy`, which manages retries for `AutokeyAdminConnection` in cases of transient errors."],["The retry policy halts if a non-transient error occurs or if the number of transient failures exceeds a specified limit, with `kUnavailable` being treated as transient."],["The policy can be configured with a maximum number of tolerated transient errors via the constructor `AutokeyAdminLimitedErrorCountRetryPolicy(int)`, allowing the retry loop to be disabled if set to `0`."],["Key functions include `OnFailure` to handle errors, `IsExhausted` to check retry limits, `IsPermanentFailure` to check if an error is transient, and `clone` to reset the policy state."],["The webpage lists all available versions of the `AutokeyAdminLimitedErrorCountRetryPolicy` class, ranging from the latest `2.37.0-rc` down to `2.10.1`."]]],[]]