[[["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 details the `TelcoAutomationLimitedErrorCountRetryPolicy`, a retry policy class for `TelcoAutomationConnection` that manages transient errors."],["The policy halts retries upon encountering a non-transient error or exceeding a specified number of transient failures, with `kUnavailable` being the only status code considered as transient in this class."],["The policy constructor `TelcoAutomationLimitedErrorCountRetryPolicy(int)` accepts an integer to determine the `maximum_failures` allowed before stopping retries, and setting `maximum_failures` to 0 will effectively disable the retry loop."],["The policy includes methods such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` to manage the retry process, check for retries exhaustion, and determine if an error is permanent."],["The page lists various documented version releases, including the latest `2.37.0-rc` and previous versions going back to `2.19.0`, providing links to the class documentation for each release."]]],[]]