[[["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-21 UTC."],[[["This webpage details the `ContainerAnalysisLimitedErrorCountRetryPolicy`, which is a retry policy for `ContainerAnalysisConnection` that manages retries based on the count of errors."],["The policy halts retries when a non-transient error occurs or when the number of transient failures exceeds a predefined limit."],["The only transient error considered is `kUnavailable`, which is defined by a status code."],["The policy's constructor, `ContainerAnalysisLimitedErrorCountRetryPolicy(int)`, allows setting the maximum number of transient errors (`maximum_failures`) before retries are stopped, and this can be set to 0 to disable it."],["The page contains various versions of the policy, including a link to the latest release candidate, which is `2.37.0-rc`."]]],[]]