[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-08 UTC."],[[["This webpage details the `LimitedErrorCountTransactionRerunPolicy` class for the Google Cloud Spanner C++ client library, which manages transaction retries based on the number of transient errors."],["The latest version of this class is `2.37.0-rc`, and the page provides links to documentation for multiple prior versions, ranging back to version `2.11.0`."],["The policy halts transaction retries if a non-transient error occurs or if the number of transient failures exceeds a predefined `maximum_failures` count, which can also be set to 0 to disable retries entirely."],["Transient errors include `kAborted` and `kNotFound` statuses when related to the missing or expired Spanner session, while other errors lead to the termination of retries."],["The class offers methods like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` to handle and manage the transaction rerun policy, in addition to constructors to instantiate the class."]]],[]]