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