[[["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 webpage provides documentation for the `ContainerAnalysisLimitedErrorCountRetryPolicy` class, which is part of the Google Cloud Container Analysis C++ client library."],["The `ContainerAnalysisLimitedErrorCountRetryPolicy` class is designed to manage retries for `ContainerAnalysisConnection` based on a limited number of transient errors, and will cease retrying on non-transient errors or if the number of transient failures exceeds the maximum allowed."],["The class constructors allow setting the maximum number of transient errors (`maximum_failures`) before the retry policy is exhausted, with the option to disable retries by setting `maximum_failures` to zero."],["The page also lists available versions of this class, ranging from version `2.11.0` to `2.37.0-rc` (the latest release candidate), with links to their respective documentation."],["Key functions of this class are described such as `OnFailure`, `IsExhausted`, `IsPermanentFailure`, `clone`, and `maximum_failures`, including their usage and return types."]]],[]]