[[["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 outlines the `ImageVersionsLimitedErrorCountRetryPolicy` class, which is used to manage retry logic for `ImageVersionsConnection`."],["The retry policy will stop if an RPC returns a non-transient error or if it exceeds a set number of transient failures, specifically when it encounters the `kUnavailable` status code."],["The class constructor allows for setting a maximum number of transient errors that can be tolerated before stopping, effectively disabling the retry loop when set to 0."],["The `ImageVersionsLimitedErrorCountRetryPolicy` class includes methods for checking if the retry policy is exhausted, if a failure is permanent, and for creating a clone of the policy."],["The `ImageVersionsRetryPolicy` is the base type for the `ImageVersionsLimitedErrorCountRetryPolicy`."]]],[]]