[[["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 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 object construction."],["The class includes constructors to set the maximum failures, and copy and move constructors, alongside methods to check if the policy is exhausted, get the maximum failures allowed, check for permanent failures, and to create a new instance of the policy."],["This class presents different versions of the API, ranging from `2.11.0` to `2.37.0-rc`, with each version presenting a link to the documentation."]]],[]]