[[["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 outlines the `AssetServiceLimitedErrorCountRetryPolicy`, a retry mechanism for `AssetServiceConnection` that limits retries based on the number of errors encountered."],["The policy halts retries upon encountering a non-transient error or exceeding a predefined count of transient failures, and only treats `kUnavailable` as transient errors."],["Constructors allow creating instances with a set maximum number of transient errors, where setting `maximum_failures` to 0 disables retries, and copy/move constructors are available."],["The class offers methods to check if the maximum failures has been reached, if a status is considered a permanent failure, and to reset the retry policy to the initial state."],["The latest version of this policy is `2.37.0-rc`, with numerous prior versions listed, from `2.36.0` all the way down to `2.11.0`."]]],[]]