[[["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 provides information on the `ImageVersionsLimitedErrorCountRetryPolicy` class, which is designed to handle transient errors during RPC calls related to `ImageVersionsConnection`."],["The retry policy will cease if it encounters a non-transient error or if the number of transient errors exceeds the `maximum_failures` threshold set in its constructor."],["The class identifies `kUnavailable` as a transient error status code, and provides constructors to initialize the maximum failures allowed, as well as copy and move constructors."],["Key functions include `maximum_failures()`, which returns the maximum number of transient errors allowed, `OnFailure()` to manage failures, `IsExhausted()` to check if retries are exhausted, and `IsPermanentFailure()` to identify permanent errors."],["The `clone()` function is available to create a new instance of the policy and the `BaseType` alias is associated to `ImageVersionsRetryPolicy`."]]],[]]