[[["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, which is a policy for controlling the number of allowed transient errors before stopping a transaction."],["The latest release candidate version is `2.37.0-rc`, and the page provides access to documentation for a range of versions, from `2.11.0` up to the current candidate."],["The policy can be configured to tolerate a specific number of transient errors, with the ability to disable retries entirely by setting `maximum_failures` to 0."],["Transient errors recognized by this policy include `kAborted` and `kNotFound` when it pertains to an expired or missing spanner session, while any other errors will result in the failure of the policy."],["Key functions of this policy include determining the maximum number of failures, handling failures, checking if the policy is exhausted, identifying permanent failures, and cloning the policy instance."]]],[]]