[[["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 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."]]],[]]