[[["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` for the Spanner C++ library, which retries operations based on a limited count of transient errors."],["The policy terminates retries upon encountering a non-transient error or when the number of transient failures exceeds a predefined limit."],["Transient errors, such as `kUnavailable`, `kResourceExhausted`, and specific `kInternal` errors (connection resets), are eligible for retries."],["The class offers constructors to set the maximum number of allowed transient failures and the option to disable the retry loop if desired."],["The class also provides methods to check whether the policy is exhausted, determine if a failure is permanent, or to create a clone of the policy."]]],[]]