[[["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-04-17 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."]]],[]]