[[["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 document provides documentation for the `ServicesLimitedErrorCountRetryPolicy` class, a retry policy for `ServicesConnection` in the Google Cloud App Engine C++ library."],["The policy stops retrying if an RPC returns a non-transient error or if the number of transient failures exceeds a defined limit."],["The `kUnavailable` status code is considered a transient error for the purposes of this retry policy."],["The policy can be configured with `maximum_failures`, which dictates how many transient errors are tolerated, with a value of 0 disabling the retry loop."],["The document also covers various constructors, functions, and type aliases associated with the `ServicesLimitedErrorCountRetryPolicy` class."]]],[]]