[[["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-21 UTC."],[[["This document provides information on the `AssetServiceLimitedErrorCountRetryPolicy`, a class used for retrying operations in the `AssetServiceConnection` based on error counts."],["The retry policy stops when a non-transient error occurs or if the number of transient failures exceeds a pre-defined limit."],["Only `kUnavailable` status codes are considered transient errors, triggering a potential retry."],["The policy can be disabled by setting `maximum_failures` to 0 during initialization, and the number of maximum transient failures can be customized when constructing the retry policy."],["The class provides methods to determine if a failure is permanent, if the policy is exhausted, and to clone the policy instance, along with defining an alias `BaseType` that refers to `AssetServiceRetryPolicy`."]]],[]]