[[["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 `AutokeyLimitedErrorCountRetryPolicy`, a retry policy for `AutokeyConnection` that limits retries based on the number of transient errors encountered."],["The policy ceases retrying upon encountering a non-transient error or when the number of transient failures exceeds a predefined limit, with `kUnavailable` being treated as a transient error."],["The class can be constructed to tolerate a specific `maximum_failures` value of transient errors, with the option to disable retries by setting `maximum_failures` to 0."],["The class provides virtual functions such as `OnFailure`, `IsExhausted`, and `IsPermanentFailure` to determine retry logic and to verify the exhaustion and permanence of failures."],["The webpage contains a history of the different versions of `AutokeyLimitedErrorCountRetryPolicy`, where version `2.37.0-rc` is the latest."]]],[]]