[[["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 details the `AssetServiceLimitedErrorCountRetryPolicy`, a retry policy designed for `AssetServiceConnection` that limits retries based on the number of transient 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` being the only status code considered a transient error in this class."],["Users can configure the maximum number of transient errors the policy tolerates during initialization, and disabling retries is achieved by setting the `maximum_failures` to 0."],["The document lists and describes the various constructors and functions of the `AssetServiceLimitedErrorCountRetryPolicy`, including `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`."],["The page shows the reference documentation for multiple versions of the `AssetServiceLimitedErrorCountRetryPolicy`, going from version 2.37.0-rc all the way back to 2.11.0."]]],[]]