[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]