[[["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-04-09 UTC."],[[["This document outlines the `CloudMemcacheLimitedErrorCountRetryPolicy`, a retry policy designed for `CloudMemcacheConnection` that limits retries based on error counts."],["The policy halts retries when encountering a non-transient error or when the number of transient failures exceeds a preset maximum."],["Transient errors are identified by the `kUnavailable` status code, as outlined within this `CloudMemcacheLimitedErrorCountRetryPolicy`."],["You can configure the maximum number of allowable transient errors during construction, and by setting `maximum_failures` to 0, you can disable the retry loop."],["This document provides information on the constructors, functions (such as `maximum_failures`, `OnFailure`, `IsExhausted`, `IsPermanentFailure`, and `clone`), as well as type aliases (like `BaseType`) that are defined within this policy."]]],[]]