[[["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 provides documentation for the `SqlOperationsServiceLimitedErrorCountRetryPolicy` class, which is part of the Google Cloud C++ client library for SQL operations."],["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 those returning the `kUnavailable` status code."],["The policy can be configured with a `maximum_failures` parameter during construction, which determines the maximum number of transient errors it will tolerate, with a value of 0 disabling the retry loop entirely."],["The documentation includes details on the class's constructors, functions like `OnFailure`, `IsExhausted`, `IsPermanentFailure`, and `clone`, as well as a type alias `BaseType`."]]],[]]