[[["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-05 UTC."],[[["This webpage details the `ApplicationsLimitedErrorCountRetryPolicy` class, which is designed to manage retries for `ApplicationsConnection` in Google Cloud's C++ App Engine client library."],["The retry policy terminates if a non-transient error occurs or if the number of transient errors exceeds a predefined limit, with `kUnavailable` being the only status code considered as a transient error in this context."],["The class offers constructors to define the maximum number of transient errors allowed before stopping retries, including a note that it can be set to `0` to completely disable retries."],["The provided functions include methods to check if the retry policy is exhausted (`IsExhausted`), determine if an error is permanent (`IsPermanentFailure`), and get the maximum number of failures allowed (`maximum_failures`)."],["The page also lists the history of older versions, starting from version 2.11.0 and going all the way up to the latest version 2.37.0-rc, where each listed version number is hyperlinked to its specific documentation."]]],[]]