[[["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 provides documentation for the `LimitedErrorCountRetryPolicy` class in the Google Cloud Spanner C++ library, which is designed for managing retries in the event of transient errors."],["The `LimitedErrorCountRetryPolicy` stops retrying when a non-transient error is encountered or when the number of transient errors exceeds a predefined threshold."],["Transient errors that this class will retry are `kUnavailable`, `kResourceExhausted`, and certain `kInternal` errors, specifically those indicating a connection reset."],["The `maximum_failures()` function provides the maximum number of transient errors that the policy can tolerate, with a value of `0` disabling the retry loop entirely."],["The webpage lists various versions of the LimitedErrorCountRetryPolicy class documentation, from version 2.11.0 up to the latest version."]]],[]]