[[["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 `AssetServiceLimitedErrorCountRetryPolicy`, a class used for defining retry policies in the context of `AssetServiceConnection`."],["The retry policy will stop if a non-transient error is returned by an RPC, or if the number of transient failures exceeds a defined limit."],["Transient errors are defined as those with the `kUnavailable` status code, and this class is designed to handle them specifically."],["You can configure the maximum number of transient failures the policy tolerates, with an option to disable retry by setting `maximum_failures` to 0."],["The class includes functions like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` to control and manage retry behavior."]]],[]]