[[["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-18 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 non-transient errors occur or when the number of transient failures exceeds a predefined limit."],["Transient errors considered by the policy include `kUnavailable`, `kResourceExhausted`, and `kInternal` (if the connection was reset)."],["The `LimitedErrorCountRetryPolicy` class provides constructors to create instances with a specified maximum number of transient errors, allowing you to completely disable retries by providing a maximum failures value of 0."],["The `LimitedErrorCountRetryPolicy` has functions that can determine if the policy has been exhausted, will produce the maximum number of failures and will clone itself."]]],[]]