[[["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-21 UTC."],[[["This webpage details the `ServicesLimitedErrorCountRetryPolicy` class, which is a retry policy for `ServicesConnection` that limits retries based on the number of errors encountered."],["The policy halts retries upon encountering a non-transient error or exceeding a defined number of transient failures, with `kUnavailable` errors considered as transient."],["The class allows setting the maximum number of transient failures tolerated via a constructor parameter `maximum_failures`, which if equal to 0 disables the retry loop."],["The `ServicesLimitedErrorCountRetryPolicy` class provides functions to check if the maximum failures has been met, check if a failure is permanent, and to create a new copy of itself."],["The latest version of this class reference is 2.37.0-rc and it contains reference documentation for versions ranging from 2.11.0 up to the latest version."]]],[]]