[[["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-14 UTC."],[[["This webpage details the `ProjectsLimitedErrorCountRetryPolicy` class, which is designed to manage retries for `ProjectsConnection` in C++ based on error counts."],["The policy halts retries upon encountering a non-transient error or exceeding a predefined number of transient failures, and `kUnavailable` status codes are treated as transient errors."],["The class has constructors allowing for setting the maximum number of transient errors, with a special provision to disable the retry loop by setting `maximum_failures` to 0."],["Key functions within this class include `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, each serving a distinct role in managing the retry process."],["The latest version available for this policy is `2.37.0-rc`, with the documentation outlining the code for versions ranging back to `2.11.0`."]]],[]]