[[["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-21 UTC."],[[["This webpage provides documentation for the `IDSLimitedErrorCountRetryPolicy` class, which is used for managing retries in `IDSConnection` based on the number of errors encountered."],["The class allows users to set a limit on the number of transient errors tolerated before stopping retries, with `kUnavailable` errors considered as transient."],["The documentation covers a range of available versions, including the latest release candidate `2.37.0-rc`, and all versions down to `2.11.0`, along with information regarding contructors and functions."],["Key functions include `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, which allow users to manage retry behavior, check for retry exhaustion, determine if a failure is permanent, and copy the retry policy, respectively."],["The ability to disable retries altogether is available by setting `maximum_failures` to `0` upon construction of the class."]]],[]]