[[["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 a retry policy for `IDSConnection` that limits retries based on the number of errors encountered."],["The policy halts retries upon encountering a non-transient error or when the number of transient failures exceeds a predefined threshold, and it considers `kUnavailable` as a transient error."],["Constructors allow setting the maximum number of transient errors (`maximum_failures`), and an instance with `maximum_failures` set to 0 disables the retry loop entirely."],["The class includes functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` to manage and interact with the retry logic."],["The latest version of `IDSLimitedErrorCountRetryPolicy` is `2.37.0-rc`, with the earliest version being `2.11.0`, allowing users to review documentation for previous versions."]]],[]]