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