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