[[["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 `CloudRedisLimitedErrorCountRetryPolicy`, a retry mechanism designed for `CloudRedisConnection` that manages transient errors."],["The policy halts retries upon encountering a non-transient error or surpassing a predefined count of transient failures, with `kUnavailable` considered a transient error."],["The `CloudRedisLimitedErrorCountRetryPolicy` class includes constructors that accept the maximum number of transient errors and copy constructors for duplication."],["The class offers methods to check the maximum allowed failures (`maximum_failures`), check for a failed status (`OnFailure`), to see if the transient failure count has been exhausted (`IsExhausted`), check if a status is a permanent failure (`IsPermanentFailure`) and create a reset copy of itself (`clone`)."],["This page provides links to the documentation of numerous versions of the `CloudRedisLimitedErrorCountRetryPolicy`, from `2.11.0` up to the latest release candidate `2.37.0-rc`."]]],[]]