[[["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 page documents the `ProjectServiceLimitedErrorCountRetryPolicy`, a retry policy designed for `ProjectServiceConnection` that retries based on counting errors."],["The policy stops retrying if a non-transient error occurs or if the number of transient failures exceeds a predefined maximum."],["Transient errors, such as those indicated by the `kUnavailable` status code, are retried by this policy."],["The `maximum_failures` parameter, set during construction, defines the limit for transient errors, and setting it to 0 disables retry functionality."],["The policy includes functions for checking if the policy is exhausted, if a failure is permanent, and cloning the policy, as well as getting the maximum failure count."]]],[]]