[[["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 `LimitedErrorCountRetryPolicy` for the Spanner C++ library, which governs retry behavior based on the number of transient errors encountered."],["The policy terminates retries upon encountering a non-transient error or when the number of transient failures exceeds a predefined limit."],["Transient errors, in the context of this policy, include `kUnavailable`, `kResourceExhausted`, and `kInternal` status codes (where connection resets occur)."],["The `LimitedErrorCountRetryPolicy` can be configured with a maximum number of transient errors to tolerate, and retries can be disabled entirely by setting this limit to zero."],["The page provides a list of all previous version numbers with their own unique links, from version 2.11.0 up to 2.37.0-rc, which is the latest release."]]],[]]