[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-14 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."]]],[]]