[[["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 document provides details on the `CloudBillingLimitedErrorCountRetryPolicy`, a class that manages retry attempts for `CloudBillingConnection` in C++."],["The retry policy stops when a non-transient error occurs or when the number of transient failures exceeds a set limit."],["Transient errors are defined as those having a status code of `kUnavailable`."],["You can customize the maximum number of transient errors allowed by using the constructor `CloudBillingLimitedErrorCountRetryPolicy(int)` with the `maximum_failures` parameter."],["This policy includes methods such as `OnFailure`, `IsExhausted`, and `IsPermanentFailure` to determine the state of the retries and whether the failure is permanent, alongside a `clone()` method to reset the policy, and `maximum_failures()` to retrieve the maximum number of failures."]]],[]]