[[["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 document provides information on the `ServiceUsageLimitedErrorCountRetryPolicy`, a class that manages retry attempts for the `ServiceUsageConnection`."],["The retry policy is designed to halt retries when a non-transient error occurs or if the number of transient failures exceeds a specified limit."],["Transient errors, as defined by this policy, are identified by the `kUnavailable` status code."],["The policy can be configured to disable retries entirely by setting `maximum_failures` to 0, and it offers constructors to set `maximum_failures`, and manage moving and copying."],["The document also outlines functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, along with a `BaseType` alias, which are all part of the `ServiceUsageLimitedErrorCountRetryPolicy` class functionality."]]],[]]