[[["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 webpage details the `IDSLimitedErrorCountRetryPolicy`, a retry policy class for `IDSConnection` that stops retrying after a non-transient error or a set number of transient failures."],["The policy considers `kUnavailable` status codes as transient errors."],["You can configure the maximum number of allowed transient errors using the `maximum_failures` parameter during construction."],["The retry loop can be disabled by instantiating this class with `maximum_failures` set to 0."],["The page also outlines different constructors, functions like `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)` and `clone()`, and provides a type alias `BaseType` which is an alias of `IDSRetryPolicy`."]]],[]]