[[["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-04-17 UTC."],[[["This webpage provides documentation for the `MetricsServiceV2LimitedErrorCountRetryPolicy`, a class in the Google Cloud C++ client library used to manage retries for the `MetricsServiceV2Connection` based on the number of errors encountered."],["The retry policy will stop when a non-transient error is returned, or if the number of transient failures exceeds a specified maximum."],["Transient errors are defined as those with a status code of `kUnavailable`, and the retry behavior can be completely disabled by setting `maximum_failures` to 0 when creating an instance of the policy."],["The class provides constructors for creating instances of the policy, and functions like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` to interact with and manage the retry behavior, including a Type Alias called BaseType."],["This page lists various different versions of the documentation, from 2.11.0 all the way up to the latest release candidate at 2.37.0-rc, with each version having its own documentation."]]],[]]