[[["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 policy for `MetricsServiceV2Connection` that manages retries based on the number of errors encountered."],["The policy stops retrying if a non-transient error occurs or if the number of transient failures exceeds a predefined limit, and it treats `kUnavailable` status codes as transient errors."],["The `MetricsServiceV2LimitedErrorCountRetryPolicy` has a constructor that takes an integer `maximum_failures` which will determine how many transient failures to accept, and it also has copy and move constructors."],["Key functions of this class include `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, each serving to configure and manage the retry behavior."],["The latest version of the class is 2.37.0-rc, with documented versions back to 2.11.0."]]],[]]