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