[[["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 `FoldersLimitedErrorCountRetryPolicy` class, which is designed to manage retries for `FoldersConnection` in C++."],["The policy stops retrying after encountering a non-transient error or exceeding a set number of transient failures, with `kUnavailable` being the only status code treated as transient in this class."],["The class allows you to specify a `maximum_failures` parameter during construction, where setting it to 0 will disable the retry loop."],["The class provides functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` to manage and query the retry behavior."],["This webpage lists different versions of this class, from the latest release candidate 2.37.0-rc down to version 2.11.0, and each version has a corresponding link."]]],[]]