[[["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-18 UTC."],[[["This webpage provides documentation for the `InstanceAdminLimitedErrorCountRetryPolicy` class in the Google Cloud Spanner C++ library, with version information ranging from 2.11.0 to 2.37.0-rc."],["The `InstanceAdminLimitedErrorCountRetryPolicy` class is a retry mechanism that stops retrying operations if a non-transient error occurs or if the number of transient failures exceeds a set limit."],["Transient errors, such as `kUnavailable`, are the only errors that will be retried within this retry policy, while non-transient errors will immediately stop the retries."],["The policy can be configured with a `maximum_failures` parameter during construction, allowing the user to set the maximum number of transient errors to tolerate before stopping retries, or disabled entirely by setting it to 0."],["The documentation includes details on the class constructors, key functions like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, `clone()`, and also describes the type alias `BaseType`."]]],[]]