[[["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 `LimitedErrorCountRetryPolicy` class within the Google Cloud Spanner C++ library, which manages retries based on the number of errors encountered."],["The policy halts retries when it encounters a non-transient error or exceeds a predefined count of transient failures, such as `kUnavailable`, `kResourceExhausted`, and `kInternal` (in certain cases)."],["The `LimitedErrorCountRetryPolicy` allows configuration for the maximum number of transient errors to tolerate, with the option to disable retries entirely by setting `maximum_failures` to 0."],["This class offers several constructors for creating instances, as well as functions to determine the maximum failure count, check for exhaustion, evaluate failure permanence, and clone the policy."],["The page provides documentation for a range of versions, from 2.11.0 to the latest release candidate 2.37.0-rc, along with specific details for each available version."]]],[]]