[[["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 a version history and detailed information about the `CloudBillingLimitedErrorCountRetryPolicy` class within the Google Cloud Billing C++ library, with version 2.37.0-rc being the most recent version."],["The `CloudBillingLimitedErrorCountRetryPolicy` class is designed to manage retries for the `CloudBillingConnection` by limiting the number of transient errors, which includes `kUnavailable` status codes, before ceasing further retry attempts."],["The class includes constructors to define the maximum number of transient errors allowed before a retry is considered exhausted, and it includes virtual functions to check if the policy is exhausted, if a failure is permanent, and to create a new instance of itself."],["It is possible to entirely disable the retry loop by providing an instance of this class with a value of 0 for the `maximum_failures` parameter."],["The document also presents a list of the supported versions, and the latest one is `2.37.0-rc`, which corresponds to the retry policy that is available on the class documentation."]]],[]]