[[["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 details the `InstanceAdminLimitedErrorCountRetryPolicy`, a retry mechanism for `InstanceAdminConnection` in the Google Cloud Spanner Admin API."],["The policy halts retries upon encountering non-transient errors or exceeding a set number of transient failures, specifically treating `kUnavailable` status codes as transient."],["Users can control the number of allowed transient errors during the retry process by specifying the `maximum_failures` parameter when creating an instance, with a value of 0 disabling the retry loop."],["The webpage provides access to different version of the `InstanceAdminLimitedErrorCountRetryPolicy` class ranging from 2.11.0 up to 2.37.0-rc, along with documentation regarding constructors, functions, and type aliases."],["Key functions of this retry policy class include `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, which manage the counting of errors, determine if a failure is permanent, verify when the policy is exhausted, and make a copy of the current policy respectively."]]],[]]