[[["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`, a retry mechanism for `ContainerAnalysisConnection` in C++."],["The policy halts retries upon encountering a non-transient error or exceeding the specified limit of transient failures, with `kUnavailable` being the only error that is considered transient."],["Users can configure the maximum number of transient errors the policy tolerates via the `maximum_failures` parameter during object construction."],["The webpage also provides links to previous versions of this retry policy, ranging from 2.37.0-rc down to 2.11.0."],["This class has a function to check the maximum number of failures allowed, a function to determine if it has failed, a function to determine if a failure is permanant and a function that will create a new instance of the policy."]]],[]]