[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]