[[["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 to manage retries for the `AssetServiceConnection` in the context of transient errors."],["The policy halts retries upon encountering a non-transient error or when the number of transient failures surpasses a predefined limit."],["The `kUnavailable` status code is considered a transient error by this retry policy."],["The policy's constructor takes an integer, `maximum_failures`, to determine how many transient errors are tolerated, with a value of 0 disabling retries."],["The class includes functions to determine the number of maximum failures, check if the policy is exhausted, and identify if a given error status is permanent."]]],[]]