[[["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 `TelcoAutomationLimitedErrorCountRetryPolicy`, which is a retry policy designed for `TelcoAutomationConnection` that limits the number of transient errors before stopping retries."],["The policy halts retries upon encountering a non-transient error or exceeding a predefined number of transient failures, and only considers `kUnavailable` as a transient error."],["You can customize the maximum number of transient failures the policy will tolerate through its constructor, and by setting `maximum_failures` to 0 you can disable retries altogether."],["The document contains a list of links to different versions, ranging from 2.37.0-rc to 2.19.0, all detailing the same `TelcoAutomationLimitedErrorCountRetryPolicy`."],["The class includes constructors and functions such as `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)`, and `clone()`, along with the type alias `BaseType`."]]],[]]