[[["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 `LimitedErrorCountRetryPolicy` for the Spanner C++ library, which retries operations based on a limited count of transient errors."],["The policy ceases retrying if a non-transient error occurs or if the number of transient failures exceeds a defined limit."],["Transient errors include `kUnavailable`, `kResourceExhausted`, and `kInternal` (with connection reset messages), while the maximum number of failures are defined when creating the policy."],["The page also provides links to various versions of the library documentation, ranging from version 2.11.0 to 2.37.0-rc (latest)."],["The `LimitedErrorCountRetryPolicy` includes methods to check if the retry limit is exhausted and to identify permanent failures."]]],[]]