[[["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 document outlines the `TelcoAutomationLimitedErrorCountRetryPolicy`, a retry policy designed for `TelcoAutomationConnection` that limits the number of transient errors before stopping retries."],["The policy treats the `kUnavailable` status code as a transient error, and stops retrying upon encountering a non-transient error."],["Users can configure the maximum number of allowed transient errors via the `maximum_failures` parameter in the constructor, with `maximum_failures` equal to 0 disabling the retry loop."],["The policy includes several functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` to control the state of the retry policy."],["This class have several versions, starting from version 2.19.0 up to 2.37.0-rc, with version 2.37.0-rc being the latest."]]],[]]