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