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