[[["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 document provides information on the `IDSLimitedErrorCountRetryPolicy` class, which is designed for managing retries in `IDSConnection` based on the number of errors encountered."],["The `IDSLimitedErrorCountRetryPolicy` stops retrying if a non-transient error occurs or if the number of transient failures exceeds a predefined limit, with `kUnavailable` status codes being the only considered transient errors."],["The policy is configured using the `maximum_failures` parameter, which defines the maximum number of transient errors allowed before retries cease, and the retry loop can be disabled by setting this parameter to 0."],["The document includes several constructors for creating and managing instances, along with functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` for handling retry logic and status."],["A listing of the documentation for versions 2.17.0 up to the latest release candidate version 2.37.0-rc is also given, allowing users to access information for older versions of the retry policy."]]],[]]