[[["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 upon encountering a non-transient error or exceeding a predefined count of transient failures, and `kUnavailable` status codes are treated as transient errors."],["The `EdgeContainerLimitedErrorCountRetryPolicy` class includes constructors to create instances with a specified maximum number of transient errors, as well as move and copy constructors."],["Key functions include `maximum_failures()` to get the maximum errors, `OnFailure()` to determine if a retry should occur, and `IsExhausted()` and `IsPermanentFailure()` to evaluate the retry state and error status, respectively."],["The `clone()` function allows you to create a new instance of this policy, and `BaseType` is an alias for the `EdgeContainerRetryPolicy` type."]]],[]]