[[["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 details the `LimitedErrorCountRetryPolicy` class within the Google Cloud Spanner C++ library, which is designed to manage retry attempts based on a limited number of transient errors."],["The policy stops retrying if a non-transient error occurs or if the number of transient failures exceeds a predefined maximum."],["Transient errors considered by this policy include `kUnavailable`, `kResourceExhausted`, and `kInternal` if the latter's error message indicates a connection reset."],["The class offers constructors to create instances that can tolerate a specific number of transient errors, and retry loops can be disabled if the maximum_failures is set to 0."],["The webpage includes a comprehensive list of the Spanner library's previous versions, the current latest release candidate, as well as class functions, and type aliases."]]],[]]