[[["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 `EdgeContainerLimitedErrorCountRetryPolicy`, which is a retry mechanism for `EdgeContainerConnection` that limits retries based on the number of transient errors encountered."],["The policy considers the `kUnavailable` status code as a transient error and will stop retrying if a non-transient error is received."],["Users can configure the maximum number of transient failures allowed before the policy stops retrying, with setting `maximum_failures` to 0 disabling retries completely."],["The class includes functions to determine if a retry should occur (`OnFailure`), if the policy is exhausted (`IsExhausted`), and if a failure is permanent (`IsPermanentFailure`)."],["There is also a `clone()` function that provides a method for creating a copy of the policy, and the `BaseType` alias is defined as `EdgeContainerRetryPolicy`."]]],[]]