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