[[["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-04-23 UTC."],[[["This webpage details the `EdgeNetworkLimitedErrorCountRetryPolicy`, a retry mechanism for `EdgeNetworkConnection` that limits retries based on the number of detected transient errors."],["The policy halts retries upon encountering a non-transient error or exceeding a predefined limit of transient failures, with `kUnavailable` being considered a transient error."],["The `EdgeNetworkLimitedErrorCountRetryPolicy` class includes constructors to set the maximum number of allowable transient failures, and it supports moving and copying instances."],["Key functions include `maximum_failures()` to get the maximum error count, `OnFailure()` to determine if retries should continue, `IsExhausted()` to see if retries have stopped, `IsPermanentFailure()` to verify if an error is non-transient, and a `clone()` function to create a new instance of the policy."],["The page also provides links to different versions of the `EdgeNetworkLimitedErrorCountRetryPolicy`, ranging from version 2.19.0 to the latest release candidate 2.37.0-rc."]]],[]]