[[["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, detailing how it manages retries based on error counts."],["The class stops retrying operations if a non-transient error occurs or if the number of transient failures exceeds a predefined maximum, treating the status code `kUnavailable` as a transient error."],["The class allows creating an instance that can tolerate a certain amount of errors before stopping, including a way to disable the retry loop by setting `maximum_failures` to zero."],["The documentation includes methods such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` to provide control and insight into the error handling and retry process, and it supports multiple versions of the library."],["The page documents versions from 2.11.0 up to the latest version (2.37.0-rc) of the `InstanceAdminLimitedErrorCountRetryPolicy` class."]]],[]]