[[["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 describes the `ImageVersionsLimitedErrorCountRetryPolicy`, a retry policy designed for `ImageVersionsConnection` that operates by counting errors."],["The policy stops retrying when a non-transient error occurs or when the number of transient failures exceeds a predefined limit."],["Only the `kUnavailable` status code is considered a transient error in this policy, as per its implementation."],["The retry loop can be disabled by configuring the policy with a `maximum_failures` value of 0, effectively preventing retries."],["The document provides details on the constructors, functions (like `maximum_failures`, `OnFailure`, `IsExhausted`, `IsPermanentFailure`, `clone`), and a type alias (`BaseType`) associated with the `ImageVersionsLimitedErrorCountRetryPolicy`."]]],[]]