[[["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 designed for `AutokeyConnection` that limits the number of transient errors before stopping retries."],["The policy stops 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 policy can be configured to disable retries entirely by setting `maximum_failures` to 0 during the `AutokeyLimitedErrorCountRetryPolicy` constructor."],["The webpage provides details on the `AutokeyLimitedErrorCountRetryPolicy` class, including its constructors, functions like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, `clone()`, and the `BaseType` alias, all of which are covered."],["The page presents the various version releases with the most recent being version `2.37.0-rc`."]]],[]]