[[["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."],[[["The page details the `TelcoAutomationLimitedErrorCountRetryPolicy`, a retry policy for `TelcoAutomationConnection` that limits retries based on the number of transient errors encountered."],["This retry policy stops attempting retries if it encounters a non-transient error or exceeds a predetermined number of transient failures, with `kUnavailable` being the only status code considered as a transient error in this class."],["The policy's behavior can be modified during instantiation by setting the `maximum_failures` parameter, where setting it to 0 effectively disables retries."],["The class supports three constructors: one to set a maximum number of transient errors, and two for copy and move operations, and includes several functions for internal logic like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`."],["The page also presents the history of previous versions of this feature, starting from version 2.37.0-rc to version 2.19.0, including the current version 2.21.0."]]],[]]