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