[[["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-07-26 UTC."],[[["This document outlines the `IDSLimitedErrorCountRetryPolicy`, a retry policy class for `IDSConnection` that manages retries based on the number of transient errors encountered."],["The policy stops retrying if a non-transient error occurs or if the number of transient failures exceeds a predefined limit, with `kUnavailable` being the only status code considered a transient error in this context."],["The `IDSLimitedErrorCountRetryPolicy` can be configured to tolerate a specific number of transient errors, and it can be completely disabled by setting `maximum_failures` to 0."],["This class includes constructors, functions like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, as well as a `BaseType` alias for `IDSRetryPolicy`."],["The document lists the historical versions of the class down to 2.11.0 with the most recent version available as 2.37.0-rc."]]],[]]