[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-26 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`."]]],[]]