[[["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-05-07 UTC."],[[["This webpage details the `AgentsLimitedErrorCountRetryPolicy` class, which is designed to manage retries for `AgentsConnection` in response to errors."],["The policy halts retries upon encountering a non-transient error or after surpassing a predefined number of transient failures, specifically recognizing `kUnavailable` as a transient error status."],["The class offers constructors that allow for setting a `maximum_failures` parameter, which determines the retry limit, where a `maximum_failures` value of 0 disables the retry loop entirely."],["It provides functions to determine the maximum failure count, detect if the policy has been exhausted, identify permanent failures, and clone the policy object."],["The `AgentsRetryPolicy` serves as the base type for the `AgentsLimitedErrorCountRetryPolicy` through the `BaseType` alias."]]],[]]