[[["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 details the `LimitedErrorCountTransactionRerunPolicy` class within the Google Cloud Spanner C++ library, offering a mechanism to manage transaction retries based on a limited number of transient errors."],["The `LimitedErrorCountTransactionRerunPolicy` halts transaction reruns if a non-transient error occurs or if transient failures exceed a predefined maximum."],["Transient errors are identified by the status codes `kAborted` and `kNotFound` when the error message refers to a missing or expired Spanner session, as stated by the class `LimitedErrorCountTransactionRerunPolicy`."],["The class provides methods to set the maximum number of allowed transient errors, check for exhaustion, identify permanent failures, and clone the policy, as demonstrated by the methods `maximum_failures`, `IsExhausted`, `IsPermanentFailure`, and `clone`."],["The page contains a list of various version releases for this component, with version 2.37.0-rc being the most recent, and contains an alias to TransactionRerunPolicy under the name BaseType."]]],[]]