[[["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 `kUnavailable` status codes are treated as transient errors."],["The retry policy can be disabled by setting `maximum_failures` to 0 during initialization, or it can be configured to allow a set amount of transient failures."],["The class defines functions to check for maximum failures, determine if the retry policy is exhausted or if there is a permanent failure, and allows for the creation of new instances."],["This documentation also contains a list of different versions, from `2.37.0-rc` down to `2.11.0`, available for this retry policy."]]],[]]