[[["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-14 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."]]],[]]