[[["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."],[[["The `ProjectsLimitedErrorCountRetryPolicy` class is a retry policy for `ProjectsConnection` that stops retrying after a certain number of transient errors or a non-transient error occurs."],["The class treats `kUnavailable` status codes as transient errors."],["You can set the maximum number of transient failures allowed when creating an instance of the `ProjectsLimitedErrorCountRetryPolicy`."],["The policy can be disabled by setting `maximum_failures` to 0 when creating an instance."],["The `clone()` function creates a new instance of the policy, reset to its initial state."]]],[]]