[[["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 `FoldersLimitedErrorCountRetryPolicy` class, which is designed to manage retries for `FoldersConnection` in Google Cloud's C++ client library."],["The retry policy is configured to cease retrying when a non-transient error is encountered or when the number of transient failures exceeds a defined threshold, with `kUnavailable` being the status code treated as transient."],["The class provides constructors to specify the maximum number of allowed transient errors and allows the retry loop to be disabled if `maximum_failures` is set to 0."],["Key functions include `maximum_failures()` to get the maximum failure count, `OnFailure()` to handle errors, and `IsExhausted()` and `IsPermanentFailure()` to determine the retry policy's state."],["The latest version of this class is 2.37.0-rc, and the webpage also includes documentation for other versions ranging from 2.11.0 up to 2.36.0."]]],[]]