[[["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-05 UTC."],[[["This document provides documentation for the `ProjectServiceLimitedErrorCountRetryPolicy` class, which is designed to handle retries for the `ProjectServiceConnection` based on the number of errors encountered."],["The policy will halt retries if a non-transient error is returned or if the number of transient failures exceeds a defined threshold, with `kUnavailable` being the sole status code classified as a transient error."],["The `ProjectServiceLimitedErrorCountRetryPolicy` class constructor takes an integer, `maximum_failures`, which dictates the number of acceptable transient errors before stopping retries, and by setting this to 0, you can disable the retry loop."],["The provided documentation covers the different versions from `2.37.0-rc` down to `2.15.1`, all of which follow the same class structure."],["The policy provides methods such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` to manage and inspect the retry state and behavior."]]],[]]