[[["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-03-14 UTC."],[[["This document outlines the `ServicesLimitedErrorCountRetryPolicy`, a retry mechanism for `ServicesConnection` that is based on a count of transient errors."],["The latest version of the documentation is `2.37.0-rc`, with a history of versions back to `2.11.0` available, each version is linked to its corresponding documentation."],["The policy halts retries if a non-transient error occurs or if the number of transient failures exceeds a predefined limit."],["The `ServicesLimitedErrorCountRetryPolicy` class provides methods to control the retry limit, check if the policy is exhausted, and to determine if a failure is permanent."],["Transient errors within the context of this policy are defined as those with the status code `kUnavailable`, and the policy can be disabled by setting `maximum_failures` to 0."]]],[]]