[[["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 webpage details the `LimitedErrorCountRetryPolicy` for the Spanner C++ library, which retries operations based on a limited count of transient errors."],["The policy ceases retrying if a non-transient error occurs or if the number of transient failures exceeds a specified maximum."],["Transient errors include `kUnavailable`, `kResourceExhausted`, and `kInternal` errors indicating a connection reset."],["The page lists all versions from 2.11.0 to 2.37.0-rc with individual links, with 2.37.0-rc as the most recent version available."],["The policy is constructable by providing the maximum transient errors it will allow and provides functions to handle failures and determine if the retries have been exhausted or if a failure is permanent."]]],[]]