[[["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 `ApiKeysLimitedErrorCountRetryPolicy` class, which manages retry attempts for `ApiKeysConnection` based on error counts."],["The policy halts retries upon encountering a non-transient error or exceeding a specified number of transient failures, with `kUnavailable` being the only status code considered as transient in this class."],["The policy constructor allows configuration of the maximum number of transient errors tolerated, with setting `maximum_failures` to 0 disabling retries."],["The class provides methods to check for exhaustion of retry attempts (`IsExhausted`), whether a failure is permanent (`IsPermanentFailure`), and to retrieve the configured maximum failures (`maximum_failures`)."],["The `clone()` function creates a new instance of the policy, while `BaseType` is an alias for `ApiKeysRetryPolicy`."]]],[]]