[[["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 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."]]],[]]