[[["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 page details the `LimitedErrorCountRetryPolicy` class, which is a retry policy for the Spanner library that controls retries based on the number of errors encountered."],["The policy halts retries when a non-transient error occurs or when the number of transient errors exceeds a predefined limit."],["Transient errors considered by this policy include `kUnavailable`, `kResourceExhausted`, and `kInternal` if it relates to a connection reset, as defined in the documentation."],["The class provides methods to customize retry behavior, including setting the `maximum_failures` threshold, checking if the retry policy is exhausted, and determining if a failure is permanent."],["This documentation includes links to older versions of the `LimitedErrorCountRetryPolicy` class from version `2.37.0-rc` down to `2.11.0`, and the current version on the page being `2.22.0`."]]],[]]