[[["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 document provides information on the `EdgeContainerLimitedErrorCountRetryPolicy` class, which is used for handling retries in `EdgeContainerConnection` based on the number of errors encountered."],["The retry policy stops when a non-transient error occurs or when the number of transient errors exceeds a predefined limit, with `kUnavailable` being treated as a transient error."],["You can disable the retry loop by creating an instance of this policy with `maximum_failures` set to 0, allowing for fine-grained control over retry behavior."],["The document also covers the constructors, functions, and type aliases associated with the `EdgeContainerLimitedErrorCountRetryPolicy` class."]]],[]]