[[["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 document provides reference information for the `CloudBillingLimitedErrorCountRetryPolicy` class, which is designed for handling transient errors in RPCs for `CloudBillingConnection`."],["The retry policy stops if a non-transient error occurs or if the number of transient failures exceeds a predefined maximum."],["The class constructor `CloudBillingLimitedErrorCountRetryPolicy(int)` allows users to specify the maximum number of transient errors to tolerate, effectively disabling retries if `maximum_failures` is set to 0."],["The `CloudBillingLimitedErrorCountRetryPolicy` class defines several functions, such as `OnFailure`, `IsExhausted`, `IsPermanentFailure`, and `clone`, to determine the state of the retry policy and create a new instance of it."],["This document also lists the different version numbers of the `CloudBillingLimitedErrorCountRetryPolicy`, ranging from version 2.37.0-rc down to 2.11.0, with each linked to its respective documentation."]]],[]]