[[["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 provides documentation for the `FoldersLimitedErrorCountRetryPolicy` class, a retry mechanism specifically designed for `FoldersConnection` in Google Cloud's C++ client library."],["The `FoldersLimitedErrorCountRetryPolicy` class manages retries based on the number of transient errors, stopping when a non-transient error is encountered or a predefined maximum number of transient failures is surpassed, with `kUnavailable` being the only error treated as transient."],["The class supports a constructor that allows specifying the maximum number of tolerated transient errors and a retry loop can be completely disabled by setting `maximum_failures` to zero."],["The documentation includes details on the class's constructors, functions like `OnFailure`, `IsExhausted`, `IsPermanentFailure`, and `maximum_failures()`, as well as a `clone()` function to create a new, reset policy instance."],["This class has many older versions, going back to 2.11.0, all the way up to the latest release candidate at 2.37.0-rc, with the current version being 2.21.0."]]],[]]