[[["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 `LimitedErrorCountTransactionRerunPolicy` class within the Google Cloud Spanner C++ library, focusing on its role in managing transaction reruns based on error counts."],["The policy stops retrying a transaction if a non-transient error occurs or if the number of transient failures exceeds a predefined `maximum_failures` value."],["Transient errors include `kAborted` and `kNotFound` when it refers to a missing Spanner session, and can be customized with the `maximum_failures` parameter."],["The page lists all the available versions of the spanner library, ranging from version 2.11.0 to 2.37.0-rc."],["This class provides functions such as `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)`, and `clone()`, enabling control and customization of the policy."]]],[]]