[[["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 outlines the `TelcoAutomationLimitedErrorCountRetryPolicy`, a retry policy designed for `TelcoAutomationConnection` that limits the number of transient errors before stopping retries."],["The policy treats the `kUnavailable` status code as a transient error, and stops retrying upon encountering a non-transient error."],["Users can configure the maximum number of allowed transient errors via the `maximum_failures` parameter in the constructor, with `maximum_failures` equal to 0 disabling the retry loop."],["The policy includes several functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` to control the state of the retry policy."],["This class have several versions, starting from version 2.19.0 up to 2.37.0-rc, with version 2.37.0-rc being the latest."]]],[]]