[[["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 considered a transient error."],["Users can customize the retry behavior by setting the `maximum_failures` parameter in the constructor, and the retry loop can be disabled by setting `maximum_failures` to 0."],["The policy contains functions such as `maximum_failures()` to return the maximum allowed failures, `OnFailure()` to handle a failure status, and `IsExhausted()` to check if the retry limit has been hit."],["The policy has a virtual `clone()` function to create new instances of the policy with a reset state, and is aliased as `BaseType` : `AutokeyRetryPolicy`."]]],[]]