[[["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-02 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`."]]],[]]