[[["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-26 UTC."],[[["This webpage details the `LimitedErrorCountRetryPolicy` class within the Google Cloud Spanner C++ library, which is designed to manage retry logic based on error counts."],["The policy halts retries upon encountering a non-transient error or when the number of transient failures surpasses a predetermined limit."],["Transient errors considered by this policy include `kUnavailable`, `kResourceExhausted`, and `kInternal` (specifically connection reset)."],["You can configure the `LimitedErrorCountRetryPolicy` to allow a certain number of transient error before stopping, and retries can be disabled completely by setting `maximum_failures` to 0."],["The latest version available is 2.37.0-rc, and multiple previous versions, starting from 2.11.0, are also documented on this page."]]],[]]