[[["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-14 UTC."],[[["This webpage details the `LimitedErrorCountRetryPolicy` class within the Google Cloud Spanner C++ library, which is designed to manage retry logic based on a limited number of transient errors."],["The `LimitedErrorCountRetryPolicy` will stop retrying if a non-transient error occurs or if the number of transient errors surpasses a predefined maximum."],["Transient errors that this class accounts for include `kUnavailable`, `kResourceExhausted`, and specific `kInternal` errors indicative of connection resets."],["The class provides constructors, functions like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` to customize retry behavior."],["The latest version covered in the document is 2.37.0-rc, with a list of previous versions available going back to 2.11.0, each version linking to corresponding documentation for the `LimitedErrorCountRetryPolicy` class."]]],[]]