[[["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 non-transient errors occur or when the number of transient failures exceeds a predefined limit."],["Transient errors considered for retry include `kUnavailable`, `kResourceExhausted`, and `kInternal` with connection reset messages."],["The `maximum_failures` parameter in the constructor determines the number of transient failures allowed before stopping retries, and setting this to 0 disables the retry loop."],["This class provides several functions, including `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, for managing and evaluating the retry process."]]],[]]