[[["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` for Spanner in C++, which governs transaction retries based on the number of transient errors."],["The policy will stop retrying a transaction if a non-transient error occurs or if the number of transient errors exceeds a predefined limit."],["Transient errors are defined as status codes `kAborted` or `kNotFound` when associated with a missing Spanner session."],["You can configure the maximum number of transient errors allowed before a transaction is terminated using the constructor which has an `int maximum_failures` parameter, as well as disable retries entirely by setting it to 0."],["The webpage provides links to various version-specific documentation of the `LimitedErrorCountTransactionRerunPolicy` class, ranging from the latest release candidate (2.37.0-rc) down to version 2.11.0."]]],[]]