[[["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 information on the `BudgetServiceLimitedErrorCountRetryPolicy`, a class used for handling retries in the `BudgetServiceConnection` for Google Cloud Billing."],["The retry policy stops when a non-transient error occurs or when the number of transient failures exceeds a pre-defined limit."],["Only `kUnavailable` status codes are considered transient errors, and you may set the number of failures allowed during the construction of the retry policy class."],["The class includes constructors to create instances with a specified `maximum_failures` count and copy constructors to mirror existing instances."],["The class provides functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` to interact with the retry policy, along with an alias `BaseType` for `BudgetServiceRetryPolicy`."]]],[]]