[[["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 limits retries based on error counts."],["The policy stops retrying if a non-transient error is encountered or if the number of transient failures exceeds a specified limit."],["Only `kUnavailable` status codes are considered transient errors by this class, and can be specified on construction."],["The class offers multiple constructors, including one to specify the maximum number of transient errors allowed, as well as move and copy constructors."],["There are several key functions for this class including `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`."]]],[]]