[[["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 webpage details the `LimitedErrorCountRetryPolicy` for the Spanner C++ library, which governs retry behavior based on the number of errors encountered."],["The policy halts retries upon encountering a non-transient error or if the number of transient failures exceeds a predefined limit."],["Transient errors, which can be retried, include `kUnavailable`, `kResourceExhausted`, and `kInternal` (when the error message indicates a connection reset)."],["The `LimitedErrorCountRetryPolicy` constructor takes an integer parameter to define the maximum allowed transient failures, and providing `0` will effectively disable the retry loop."],["The page provides the documentation of the `LimitedErrorCountRetryPolicy` class through various versions, from `2.11.0` to `2.37.0-rc`, with functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` being documented."]]],[]]