[[["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` class within the Google Cloud Spanner C++ library, which manages retries based on the number of errors encountered."],["The policy halts retries when a non-transient error occurs or if the number of transient failures surpasses a preset limit."],["Transient errors include `kUnavailable`, `kResourceExhausted`, and specific instances of `kInternal` errors, such as connection resets."],["The class provides functionality to set the maximum number of allowed transient failures and contains methods for determing if the retry has been exhausted, if a failure is permanent, or to create a new clone of the policy."],["The latest release of the library documented is 2.37.0-rc, and numerous previous version documentation are also available on the page, down to version 2.11.0."]]],[]]