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