[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This webpage details the `ProjectsLimitedErrorCountRetryPolicy` class, which is designed to manage retries for `ProjectsConnection` in Google Cloud C++ libraries."],["The policy halts retries upon encountering non-transient errors or when the number of transient failures exceeds a specified limit, with `kUnavailable` being treated as transient."],["The class offers constructors to define the maximum number of allowed transient errors and move/copy constructor overloads, allowing the creation of new instances of the policy with specified parameters."],["It includes methods like `maximum_failures()` to retrieve the maximum allowed transient errors, `IsExhausted()` to check if the policy is exhausted, and `IsPermanentFailure()` to check if a provided status is a permanent failure."],["A `clone()` method allows creating a new instance of the policy, reset to its initial state, and a `BaseType` type alias is defined for `ProjectsRetryPolicy`."]]],[]]