[[["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 information on the `ProjectServiceLimitedErrorCountRetryPolicy` class, which is a retry policy for `ProjectServiceConnection`."],["The policy stops retrying if a non-transient error occurs or if the number of transient failures exceeds a set limit."],["Transient errors are defined as those with the status code `kUnavailable`."],["The `ProjectServiceLimitedErrorCountRetryPolicy` class has constructors that can accept a maximum_failures integer, and functions that can determine if the policy should continue retrying."],["The class defines a BaseType alias as `ProjectServiceRetryPolicy`."]]],[]]