[[["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-05-07 UTC."],[[["This webpage details the `ProjectsLimitedErrorCountRetryPolicy` class, which is a retry policy for `ProjectsConnection` that limits retries based on the count of errors."],["The policy stops retrying when a non-transient error occurs or when the number of transient failures exceeds a specified maximum."],["Only `kUnavailable` status codes are considered transient errors by this class, and retries can be disabled by setting the maximum failures to 0."],["The class provides constructors to set the maximum number of failures, along with functions such as `OnFailure`, `IsExhausted`, `IsPermanentFailure` and `clone` to manage and check the retry state."],["It lists all available versions for this class, with version 2.37.0-rc as the latest release candidate, and version 2.36.0 being the current version."]]],[]]