[[["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 page details the `ContainerAnalysisLimitedErrorCountRetryPolicy`, which is a retry policy for `ContainerAnalysisConnection` that limits retries based on the number of transient errors encountered."],["The policy ceases retrying upon encountering a non-transient error or when the number of transient failures exceeds a predefined limit, with `kUnavailable` being considered a transient error."],["Users can customize the retry behavior by setting the `maximum_failures` parameter in the `ContainerAnalysisLimitedErrorCountRetryPolicy` constructor, and setting this value to `0` disables the retry loop."],["The policy includes functions to determine if a failure is permanent (`IsPermanentFailure`), check if the policy is exhausted (`IsExhausted`), and clone the policy to a new instance (`clone`)."],["The page provides documentation for the latest version `2.37.0-rc`, and many previous versions, as well as a type alias `BaseType` that is an alias for `ContainerAnalysisRetryPolicy`."]]],[]]