[[["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-14 UTC."],[[["This webpage provides documentation for the `LimitedErrorCountTransactionRerunPolicy` class within the Google Cloud Spanner C++ library, detailing its functionality for managing transaction retries based on error counts."],["The policy allows a specified number of transient errors before halting transaction reruns, with errors such as `kAborted` and specific instances of `kNotFound` being considered transient."],["The document includes information on multiple versions of the policy, starting from version `2.11.0` and going up to the latest version, `2.37.0-rc`, along with detailed API documentation for each."],["The documentation outlines the constructors for creating `LimitedErrorCountTransactionRerunPolicy` objects, including how to set the maximum number of transient failures and the use of copy and move constructors."],["Key functions of the class are described, such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, that detail how errors are handled and managed during transaction reruns."]]],[]]