[[["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-14 UTC."],[[["This webpage details the `TelcoAutomationLimitedErrorCountRetryPolicy`, a retry policy for `TelcoAutomationConnection` that limits retries based on the number of transient errors encountered."],["The policy ceases retrying upon encountering a non-transient error or exceeding a predefined threshold of transient failures, with `kUnavailable` status code being the only treated transient error."],["Users can configure the maximum number of tolerated transient errors via the `TelcoAutomationLimitedErrorCountRetryPolicy(int)` constructor, and setting `maximum_failures` to 0 will disable retries."],["The class provides functions to determine if retries are exhausted (`IsExhausted()`), if an error is permanent (`IsPermanentFailure()`), and to clone the policy (`clone()`)."],["The page lists available versions of the `TelcoAutomationLimitedErrorCountRetryPolicy` class, including the latest release candidate, and provides links to the documentation for each version."]]],[]]