[[["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 provides information on the `AssetServiceLimitedErrorCountRetryPolicy`, a class used for setting up a retry policy for `AssetServiceConnection` based on the number of errors encountered."],["The retry policy halts operations if a non-transient error occurs or if the number of transient failures exceeds a predefined limit, treating the status code `kUnavailable` as a transient error."],["The `AssetServiceLimitedErrorCountRetryPolicy` constructor allows for the specification of the maximum number of transient failures before stopping the retry process, with the ability to disable the retry loop entirely by setting `maximum_failures` to 0."],["The document lists available versions of this class, from version `2.37.0-rc` (latest) down to version `2.11.0`, including specific links to each version's documentation."],["It highlights key functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, alongside describing the usage of the `BaseType` alias."]]],[]]