[[["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-05 UTC."],[[["This document provides information on the `ContainerAnalysisLimitedErrorCountRetryPolicy`, a class that manages retry attempts for the `ContainerAnalysisConnection`."],["The retry policy will stop if a non-transient error is received or if the number of transient failures exceeds a predefined limit."],["Transient errors are defined as those having a status code of `kUnavailable`."],["You can configure the maximum number of transient errors it will tolerate upon its initialization using its constructor, and you can disable retries entirely by setting this value to `0`."],["This document also contains the description of the functions of this class, such as `OnFailure`, `IsExhausted`, `IsPermanentFailure`, and `clone`."]]],[]]