[[["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 webpage provides documentation for the `TelcoAutomationLimitedErrorCountRetryPolicy` class, which is part of the Google Cloud C++ Telco Automation library, specifically version 2.28.0."],["The `TelcoAutomationLimitedErrorCountRetryPolicy` class defines a retry policy for `TelcoAutomationConnection`, halting retries when a non-transient error is returned by an RPC or when the number of transient errors exceeds a defined limit."],["Transient errors in this context are identified by the `kUnavailable` status code, which signifies a temporary issue."],["The policy can be configured with a maximum number of allowable transient failures, and setting `maximum_failures` to 0 effectively disables the retry loop."],["The documentation outlines the constructors, key functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, along with a type alias `BaseType`."]]],[]]