[[["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` class, which is designed for managing retries in the context of `TelcoAutomationConnection`."],["The retry policy stops if it encounters a non-transient error or if the number of transient failures exceeds a predefined limit."],["Only `kUnavailable` status codes are considered transient errors by this class, and retries are limited to when these are received."],["You can disable the retry mechanism by creating a `TelcoAutomationLimitedErrorCountRetryPolicy` instance with `maximum_failures` set to 0."],["The class provides functions to get the maximum failures allowed, and virtual functions such as OnFailure, IsExhausted, IsPermanentFailure and clone to handle custom functionality for the policy."]]],[]]