[[["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 webpage details the `AssetServiceLimitedErrorCountRetryPolicy`, a retry mechanism designed for `AssetServiceConnection` that manages retries based on the number of errors encountered."],["The policy halts retries when a non-transient error occurs or when the number of transient failures exceeds a predefined limit, with `kUnavailable` status codes being treated as transient errors."],["Users can customize the retry behavior by setting the `maximum_failures` parameter in the `AssetServiceLimitedErrorCountRetryPolicy` constructor, and setting this parameter to `0` disables the retry mechanism."],["The document provides a comprehensive overview of various versions of the policy, ranging from version `2.37.0-rc` to version `2.11.0`, listing associated constructors, parameters, functions and type aliases."],["The policy includes functions to define transient error, as well as to check if it has reached the retry limit, or if the error is permanent, as well as a way to create a new instance of the policy that can be reset to the initial state."]]],[]]