[[["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-14 UTC."],[[["This document provides information on the `ProjectServiceLimitedErrorCountRetryPolicy` class, which is a retry policy for `ProjectServiceConnection`."],["The policy stops retrying if an RPC returns a non-transient error or if the number of transient failures exceeds a specified limit."],["Transient errors are identified by the `kUnavailable` status code."],["The `ProjectServiceLimitedErrorCountRetryPolicy` class has constructors for setting the maximum number of allowed transient errors, with the ability to disable retries by setting this value to zero."],["The class includes functions to check if the policy is exhausted (`IsExhausted`), if a failure is permanent (`IsPermanentFailure`), to retrieve the max number of transient failures (`maximum_failures`), and to clone the retry policy to a new state (`clone`)."]]],[]]