[[["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 that manages transient errors for `TelcoAutomationConnection` and stops retries upon encountering a non-transient error or exceeding a specified number of transient failures."],["The policy considers the `kUnavailable` status code as a transient error and can be configured to allow a maximum number of failures, or even to disable retries if set to 0."],["The policy provides methods to check if retries are exhausted (`IsExhausted`), determine if a failure is permanent (`IsPermanentFailure`), and create a fresh copy of the policy (`clone`)."],["The webpage also lists different versions of this policy, from `2.20.0` to the latest release candidate `2.37.0-rc`."],["The `maximum_failures` value is set by an int when creating the `TelcoAutomationLimitedErrorCountRetryPolicy` instance."]]],[]]