[[["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 provides information on the `AssetServiceLimitedErrorCountRetryPolicy`, a class used for defining retry policies in the context of `AssetServiceConnection`."],["The retry policy implemented by this class stops retrying operations upon encountering a non-transient error or when a predefined limit of transient failures is exceeded."],["The `kUnavailable` status code is considered a transient error, allowing the policy to retry in such cases."],["This policy class has multiple constructors, accepting either an integer representing the maximum failures, or the class itself, supporting both copy and move semantics."],["There are several functions, including `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, which collectively manage error handling and policy state, along with `BaseType` which is an alias of `AssetServiceRetryPolicy`."]]],[]]