[[["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 documentation for the `EdgeContainerLimitedErrorCountRetryPolicy` class, which is used for handling retries in `EdgeContainerConnection` based on the number of errors encountered."],["The retry policy halts if a non-transient error occurs or if the number of transient failures exceeds a predefined limit, with `kUnavailable` being treated as a transient error."],["You can initialize this policy by specifying the maximum number of transient failures allowed using the constructor `EdgeContainerLimitedErrorCountRetryPolicy(int maximum_failures)`, and disabling the retry loop by setting the `maximum_failures` to 0."],["The document also includes information on the functions `OnFailure`, `IsExhausted`, `IsPermanentFailure`, `clone` and `maximum_failures()` along with the type alias `BaseType`."],["The document lists all past versions of the class `EdgeContainerLimitedErrorCountRetryPolicy`, including the latest version of `2.37.0-rc`, going back to version `2.11.0`."]]],[]]