[[["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 errors."],["The policy will stop retrying a transaction if a non-transient error occurs or if the number of transient failures exceeds the specified `maximum_failures` threshold."],["Transient errors include `kAborted` and `kNotFound` status codes where the missing resource is the Spanner session."],["The class offers constructors to create instances and define the `maximum_failures`, as well as functions to check if the retry limit has been reached, and if a specific error is considered permanent."],["The webpage shows a version history of the `LimitedErrorCountTransactionRerunPolicy`, with the most recent being 2.37.0-rc, and then stepping back all the way to version 2.11.0."]]],[]]