[[["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 webpage details the `AutokeyLimitedErrorCountRetryPolicy`, a retry policy designed for `AutokeyConnection` that limits the number of transient errors before stopping retries."],["The policy ceases retrying upon encountering a non-transient error or when the number of transient failures exceeds a predefined limit, with `kUnavailable` being considered a transient error."],["Users can customize the retry behavior by setting the `maximum_failures` parameter when constructing an instance, setting it to 0 disables the retry loop."],["The `AutokeyLimitedErrorCountRetryPolicy` class offers functions to check for exhaustion (`IsExhausted`), determine permanent failures (`IsPermanentFailure`), retrieve the maximum allowed failures (`maximum_failures`), and check if a failure should be retried (`OnFailure`), and clone the policy (`clone`)."],["The page also contains links to various versions of the `AutokeyLimitedErrorCountRetryPolicy` documentation, ranging from the latest release candidate (2.37.0-rc) down to version 2.10.1."]]],[]]