[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-26 UTC."],[[["This webpage provides documentation for the `MetricsServiceV2LimitedErrorCountRetryPolicy`, which is a retry mechanism for `MetricsServiceV2Connection` in C++."],["The policy halts retries upon encountering non-transient errors or when the number of transient failures exceeds a set limit, with `kUnavailable` being treated as transient."],["The `MetricsServiceV2LimitedErrorCountRetryPolicy` can be configured to tolerate a specific number of transient errors via the `maximum_failures` parameter, and it can be set to disable the retry loop if `maximum_failures` is set to 0."],["This class includes various constructors, functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, `clone()`, and a type alias `BaseType`."]]],[]]