[[["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-04-17 UTC."],[[["This page details the `ContainerAnalysisLimitedErrorCountRetryPolicy`, a retry mechanism for `ContainerAnalysisConnection` that limits retries based on the number of detected transient errors."],["The policy halts retries upon encountering a non-transient error or exceeding a predefined count of transient failures, with `kUnavailable` being treated as a transient error."],["You can control the retry loop by instantiating the policy with a specified number of allowed transient failures (`maximum_failures`), setting it to `0` disables retries."],["The functions available include `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, allowing control and status retrieval for the retry policy."],["The latest version of `ContainerAnalysisLimitedErrorCountRetryPolicy` is `2.37.0-rc`, with multiple previous versions also available, down to version `2.11.0`."]]],[]]