[[["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-04-09 UTC."],[[["This webpage details the `LimitedErrorCountTransactionRerunPolicy` class, which is a policy that determines if a transaction should be retried based on the number of transient errors encountered."],["The policy will cease to run if a non-transient error occurs or if the number of transient failures exceeds a predefined maximum."],["Transient errors, which can trigger a retry, are specifically identified as `kAborted` or `kNotFound` (when indicating an expired Spanner session)."],["The class includes constructors to create instances with a specified maximum failure count and methods to check for exhaustion, permanent failures, and the maximum failure count."],["The webpage also includes version history for the `LimitedErrorCountTransactionRerunPolicy` class, including the latest release candidate and versions dating back to 2.11.0."]]],[]]