[[["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 class used for controlling error retries in the `MetricsServiceV2Connection`."],["The retry policy halts if a non-transient error occurs or if the number of transient failures exceeds a set limit, specifically treating `kUnavailable` as a transient error."],["The class allows configuration of the maximum allowed transient failures, and you can disable retries completely by setting `maximum_failures` to 0."],["The policy includes methods for checking if retries are exhausted (`IsExhausted`), determining if a failure is permanent (`IsPermanentFailure`), and handling failures (`OnFailure`), as well as a `clone` method for creating a new instance."],["The webpage provides access to different versions of the documentation for this class, ranging from version 2.11.0 to 2.37.0-rc, and all containing the same information."]]],[]]