[[["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 document provides documentation for the `CloudMemcacheLimitedErrorCountRetryPolicy` class, which is part of the Google Cloud C++ client library for Memcache."],["The retry policy is designed to manage retries for `CloudMemcacheConnection` based on the number of transient errors encountered during RPC calls."],["Retries are halted if a non-transient error is detected, or if the number of transient failures exceeds the configured maximum."],["Transient errors are specifically identified by the `kUnavailable` status code, as defined within the document."],["The class supports various constructors, including one that allows you to specify the maximum number of transient errors to tolerate before stopping retries, as well as functions for determining the retry behavior and creating a new instance of the policy."]]],[]]