[[["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-21 UTC."],[[["This webpage details the `InstanceAdminLimitedErrorCountRetryPolicy`, a retry mechanism for `InstanceAdminConnection` in the Google Cloud Spanner C++ client library."],["The retry policy halts when a non-transient error occurs or if the number of transient failures exceeds a specified limit, with `kUnavailable` being treated as transient."],["The policy can be configured with a `maximum_failures` parameter, that determines how many transient errors can occur, with a value of 0 disabling the retry loop altogether."],["The class provides constructors to create new instances, methods to check status like `IsExhausted()` and `IsPermanentFailure()`, and a `clone()` function to create fresh policy instances."],["The page displays the availability of the described retry policy class across multiple library versions, with version 2.37.0-rc being the most recent."]]],[]]