[[["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 webpage details the `MetricsServiceV2LimitedErrorCountRetryPolicy`, a retry mechanism for `MetricsServiceV2Connection` that halts retry attempts upon encountering a non-transient error or exceeding a set number of transient failures."],["The policy considers `kUnavailable` as a transient error status code, allowing for retries when this error is encountered."],["Constructors allow setting a `maximum_failures` parameter to control the number of transient errors permitted, with a value of 0 effectively disabling retries."],["The policy includes functions like `OnFailure`, `IsExhausted`, and `IsPermanentFailure` to manage the retry process, and `clone` to create new policy instances, as well as a `maximum_failures` function to retreive the set value."],["`BaseType` is an alias of `MetricsServiceV2RetryPolicy`."]]],[]]