[[["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 document describes the `ProjectServiceLimitedErrorCountRetryPolicy`, a retry policy designed for `ProjectServiceConnection` that handles transient errors in RPC calls."],["The policy stops retrying if a non-transient error occurs or if the number of transient failures exceeds a predefined `maximum_failures` threshold."],["The only status code that is considered a transient error for this retry policy is `kUnavailable`."],["You can initialize a new retry policy instance with a `maximum_failures` constructor parameter that is an `int`, or via move or copy constructors, accepting `ProjectServiceLimitedErrorCountRetryPolicy` as parameters."],["The policy includes functions for checking if it is exhausted, checking for permanent failures, checking the maximum failures parameter, and cloning the policy, as well as a `BaseType` alias for `ProjectServiceRetryPolicy`."]]],[]]