[[["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 page details the `CloudBillingLimitedErrorCountRetryPolicy`, a retry mechanism for `CloudBillingConnection` that limits retries based on the number of detected transient errors."],["The policy halts retries if a non-transient error occurs or if the number of transient failures exceeds a predefined limit, with `kUnavailable` status codes being the only ones considered transient in this context."],["Users can define the maximum number of tolerated transient errors when constructing a new `CloudBillingLimitedErrorCountRetryPolicy` object, and setting `maximum_failures` to 0 disables the retry loop."],["The `maximum_failures()` function is available to retrieve the maximum failure count, while `OnFailure`, `IsExhausted`, and `IsPermanentFailure` functions deal with the state of the policy and the current status."],["The `clone()` function is used to create a new instance of this policy reset to the initial state, and there are many previous version releases of this policy linked to this page, the latest being 2.37.0-rc."]]],[]]