[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-18 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."]]],[]]