[[["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 page details the `LimitedErrorCountRetryPolicy` class for the Google Cloud Spanner C++ library, which manages retries based on the number of errors encountered."],["The policy stops retrying if it encounters a non-transient error or if the number of transient errors exceeds a predefined limit."],["Transient errors considered by this policy include `kUnavailable`, `kResourceExhausted`, and `kInternal` errors indicating a connection reset."],["The `LimitedErrorCountRetryPolicy` constructor allows setting a `maximum_failures` limit, with the option to disable retries entirely by setting this limit to zero."],["The class includes functions for checking if retries are exhausted, identifying permanent failures, determining the maximum number of failures, and creating a cloned instance."]]],[]]