[[["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-04-23 UTC."],[[["This webpage details the `AgentEndpointServiceLimitedErrorCountRetryPolicy`, which is used for managing retries for the `AgentEndpointServiceConnection` in the context of error counting."],["The policy stops retries when it encounters a non-transient error or when it exceeds a specific number of transient failures, where `kUnavailable` is considered a transient error."],["You can create a new `AgentEndpointServiceLimitedErrorCountRetryPolicy` instance with a defined `maximum_failures` integer to tolerate a specific number of transient errors, and if you want to disable retries, you can set the `maximum_failures` parameter to 0."],["The page contains an extensive list of previous versions and links, as well as details on the various constructors and functions (such as `OnFailure`, `IsExhausted`, `IsPermanentFailure`) within the class."],["The latest version of the class is 2.37.0-rc, with a wide array of versions down to 2.11.0."]]],[]]