[[["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-05 UTC."],[[["This document outlines the `AssetServiceLimitedErrorCountRetryPolicy`, a retry mechanism for `AssetServiceConnection` that limits retries based on the number of errors encountered."],["The policy halts retries when it encounters a non-transient error or when the number of transient failures exceeds a predefined limit."],["The only transient error considered is `kUnavailable`, which is defined by a status code."],["The policy's behavior can be configured during construction by setting the `maximum_failures` parameter, with a value of 0 disabling retries."],["The document provides various methods within the class such as, `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` which have different functions in handling the retries."]]],[]]