[[["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 details the `CloudMemcacheLimitedErrorCountRetryPolicy`, a retry policy designed for `CloudMemcacheConnection` that stops retrying upon encountering non-transient errors or exceeding a set number of transient failures."],["The policy treats `kUnavailable` status codes as transient errors, allowing for retries in such instances."],["You can configure the `maximum_failures` parameter during instantiation to set the tolerance for transient errors, where setting it to `0` effectively disables the retry loop."],["The policy offers methods to check the number of maximum failures, detect if the policy is exhausted, if the failure was permanent, and to clone the current policy, amongst others."],["It provides access to various versions of the `CloudMemcacheLimitedErrorCountRetryPolicy`, ranging from the latest release candidate `2.37.0-rc` down to `2.11.0`."]]],[]]