[[["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 document outlines the `LimitedErrorCountTransactionRerunPolicy` for Cloud Spanner C++ client library versions, ranging from 2.11.0 to the latest release candidate 2.37.0-rc."],["The `LimitedErrorCountTransactionRerunPolicy` stops a transaction if it encounters a non-transient error or exceeds a predefined count of transient failures, which include `kAborted` and specific `kNotFound` status codes."],["Users can construct an instance of the policy by setting a `maximum_failures` parameter, where setting it to 0 effectively disables the retry mechanism."],["The policy provides functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, allowing control over the transaction rerun behavior and status determination."],["`BaseType` is a Type Alias of `TransactionRerunPolicy`."]]],[]]