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