[[["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 document describes the `LimitedErrorCountTransactionRerunPolicy`, which manages transaction retries based on the number of transient errors encountered."],["The policy halts transaction retries if a non-transient error occurs or if the number of transient failures exceeds a predefined limit."],["Transient errors include `kAborted` and specific instances of `kNotFound` related to missing or expired Spanner sessions."],["The policy's constructor allows setting a maximum number of transient failures, and setting it to 0 disables retries."],["It includes functions to determine if the policy is exhausted, if a failure is permanent, and to obtain the maximum failure count, and provides a way to create a copy with `clone`."]]],[]]