[[["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-07-18 UTC."],[[["This document provides information on the `TelcoAutomationLimitedErrorCountRetryPolicy` class, which is part of the Google Cloud Telco Automation C++ library."],["The retry policy is designed for `TelcoAutomationConnection` and will stop retrying if a non-transient error is encountered or if the number of transient errors exceeds a predefined limit."],["The class constructor, `TelcoAutomationLimitedErrorCountRetryPolicy(int)`, allows configuration of the maximum number of transient failures permitted before stopping retries, and setting `maximum_failures` to 0 will effectively disable the retry loop."],["The policy treats the `kUnavailable` status code as a transient error, meaning it can be retried, and provides virtual functions like `OnFailure`, `IsExhausted`, and `IsPermanentFailure` to manage the retry logic."],["The page provides a history of the versions of this policy, from `2.19.0` to `2.37.0-rc`, allowing you to refer to past versions of this class."]]],[]]