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