[[["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-26 UTC."],[[["This webpage details the `InstanceAdminLimitedErrorCountRetryPolicy`, a retry mechanism for `InstanceAdminConnection` in the Google Cloud Spanner C++ library, with the most recent version listed as 2.37.0-rc."],["The policy limits retries based on the number of transient errors, stopping upon encountering a non-transient error or exceeding the predefined transient error threshold, which are classified as `kUnavailable`."],["The retry policy is configurable during the instance creation to tolerate a specific maximum number of failures, and it can even disable the retry loop by setting `maximum_failures` to 0."],["The class provides several constructors, allowing to create a new policy instance and to copy the state of a previous one, and several functions to understand and manipulate its state, like `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted() const` and more."],["The page provides links to the documentation for versions ranging from 2.11.0 to 2.37.0-rc, allowing to refer to the documentation of this class in various library versions."]]],[]]