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