[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-30 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`."]]],[]]