[[["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-09 UTC."],[[["This webpage provides documentation for the `SqlFlagsServiceLimitedErrorCountRetryPolicy` class, which is part of the Google Cloud C++ client library for SQL services."],["The class implements a retry policy that stops retrying if a non-transient error occurs or if the number of transient failures exceeds a predefined limit."],["Transient errors in this context are defined as status codes that match `kUnavailable`."],["The retry policy can be customized during instantiation to tolerate a specific `maximum_failures` number of transient errors, or even be disabled completely."],["The page documents the class and also details the constructors and functions, such as `maximum_failures()`, `OnFailure(Status const &)`, and `IsPermanentFailure(Status const &)`, among others."]]],[]]