[[["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-03-21 UTC."],[[["This webpage details the `AutokeyAdminLimitedErrorCountRetryPolicy` class, which is a retry policy designed for `AutokeyAdminConnection` that limits retries based on the number of transient errors encountered."],["The policy halts retries if a non-transient error is returned or if the number of transient errors surpasses a predefined threshold, with `kUnavailable` status codes considered as transient errors."],["The `AutokeyAdminLimitedErrorCountRetryPolicy` constructor allows for the setting of `maximum_failures`, allowing users to specify how many transient failures are tolerated before stopping retries, and the policy can also be disabled completely by setting `maximum_failures` to 0."],["The class offers methods for checking if the retry policy is exhausted, determing if an error is a permanent failure, and creating a new instance of the policy in its initial state, and also includes a method for returning the set `maximum_failures`."],["The webpage provides access to documentation for this retry policy across different versions, ranging from version 2.10.1 up to the latest release candidate 2.37.0-rc."]]],[]]