[[["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 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`."]]],[]]