[[["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-22 UTC."],[[["The `TelcoAutomationLimitedErrorCountRetryPolicy` class provides a retry mechanism for `TelcoAutomationConnection` that stops retrying after encountering a non-transient error or exceeding a specified number of transient failures."],["Transient errors are defined as those with the `kUnavailable` status code."],["The class allows users to set the maximum number of transient failures via its constructor `TelcoAutomationLimitedErrorCountRetryPolicy(int)`, or disable it entirely with a value of 0."],["Key functions include `OnFailure` to check for retry conditions, `IsExhausted` to determine if retries have been exhausted, `IsPermanentFailure` to identify non-transient errors, `clone` to duplicate the policy, and `maximum_failures` to get the maximum number of allowed transient failures."],["The latest version available is 2.37.0-rc, and this document also offers access to a range of previous versions, starting from version 2.36.0 all the way down to 2.19.0."]]],[]]