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