[[["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 page documents the `LimitedErrorCountRetryPolicy` class for the Spanner C++ library, which handles retries based on the number of transient errors encountered."],["The retry policy stops when a non-transient error occurs or when the number of transient errors exceeds a predefined limit."],["Transient errors, which trigger retries, include `kUnavailable`, `kResourceExhausted`, and `kInternal` errors (specifically if a connection reset is indicated)."],["The `LimitedErrorCountRetryPolicy` can be customized to allow a certain number of transient failures and retries, or can be set to disable all retries by setting `maximum_failures` to 0."],["This documentation contains a list of all versions, methods, type aliases and constructors for this retry policy, detailing their parameters and return types."]]],[]]