[[["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."],[[["The page details the `ApiKeysLimitedErrorCountRetryPolicy`, which is a retry policy for `ApiKeysConnection` that limits retries based on the number of errors encountered."],["This retry policy halts when a non-transient error occurs or when the number of transient failures exceeds a specified limit."],["Only `kUnavailable` status codes are considered transient errors under this policy, and a user can control the transient error tolerance."],["Constructors allow for setting the maximum number of transient errors, while functions like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, and `IsPermanentFailure()` allow for checking the status of the policy."],["The latest release of this class is version 2.37.0-rc, with previous versions listed going back to 2.11.0."]]],[]]