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