[[["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 mechanism for handling transient errors in the `ContainerAnalysisConnection`."],["The retry policy halts if a non-transient error occurs or if a defined limit of transient failures is exceeded."],["The policy considers the `kUnavailable` status code as a transient error."],["The class offers various constructors to initialize and copy the retry policy, including one that disables retry with `maximum_failures == 0`."],["The provided functions within the class manage the failure count, exhaustion, and the identification of permanent failures, including a clone function to create a reset instance of the policy."]]],[]]