[[["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 describes the `ProjectServiceLimitedErrorCountRetryPolicy`, a retry policy designed for `ProjectServiceConnection` that retries operations up to a specified maximum number of transient errors."],["The policy treats the `kUnavailable` status code as a transient error, but stops retrying for non-transient errors or if the number of transient failures exceeds the defined limit."],["The retry loop can be disabled by creating an instance of the policy with `maximum_failures` set to 0, offering control over the retry behavior."],["It includes constructors to set the maximum number of transient failures, as well as copy and move constructors to manage instances."],["Several functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()` and `clone()` are available to manage the policy behaviour."]]],[]]