[[["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 page details the `EdgeContainerLimitedErrorCountRetryPolicy`, a retry mechanism for `EdgeContainerConnection` that limits retries based on the number of errors encountered."],["The policy halts retries when it encounters a non-transient error or exceeds a predefined limit of transient failures, with `kUnavailable` being treated as transient."],["You can configure the maximum number of allowed transient errors via the constructor, also allowing for retry disabling with `maximum_failures` set to 0."],["The page provides comprehensive information on the class, including constructors, functions like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, and a type alias `BaseType`."],["There are various versions available for this policy, with version 2.37.0-rc being the latest."]]],[]]