[[["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`, a retry mechanism for `FoldersConnection` in Google Cloud's C++ Resource Manager library."],["The policy halts retries upon encountering non-transient errors or exceeding a defined number of transient failures, where `kUnavailable` is considered a transient error."],["The policy is configurable, allowing users to set the `maximum_failures` parameter during construction to control the number of tolerable transient errors."],["The `FoldersLimitedErrorCountRetryPolicy` class provides methods like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, and `IsPermanentFailure()` to manage and evaluate the retry state."],["This class supports creating an instance of the policy with `maximum_failures` == 0 to effectively disable the retry loop."]]],[]]