[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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`."]]],[]]