[[["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 in the Google Cloud Spanner C++ library, which manages transaction reruns based on error counts."],["The policy halts transaction reruns upon encountering a non-transient error or exceeding a predefined number of transient failures."],["Transient errors include `kAborted` and `kNotFound` (when the session is the missing resource), and the policy can be customized to allow a set amount of transient errors with a constructor."],["The page provides access to documentation for this class across multiple versions of the library, ranging from 2.11.0 to the latest release candidate 2.37.0-rc."],["The functions presented include checking for maximum failures, whether it is exhausted, if it is a permanent failure, as well as cloning the policy."]]],[]]