[[["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-21 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."]]],[]]