[[["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 document provides information on the `ApiKeysLimitedErrorCountRetryPolicy`, a class that manages retries for `ApiKeysConnection` in cases of transient errors."],["The policy halts retries when a non-transient error occurs or when the number of transient failures exceeds a predefined limit."],["The class identifies `kUnavailable` status codes as transient errors."],["You can construct instances of the retry policy, specifying the maximum number of tolerable transient failures, or can disable the retry loop by setting this number to zero."],["The class includes functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, alongside type aliases."]]],[]]