[[["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 limit."],["Transient errors include `kUnavailable`, `kResourceExhausted`, and `kInternal` (with connection reset messages), as defined in the Spanner C++ common library."],["The policy can be disabled by setting the `maximum_failures` to 0 when creating an instance of `LimitedErrorCountRetryPolicy`."],["The page provides links to documentation for a range of versions of the policy from `2.11.0` to the latest release candidate version `2.37.0-rc`."]]],[]]