[[["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 `DomainMappingsLimitedErrorCountRetryPolicy`, a retry mechanism for `DomainMappingsConnection` in the Google Cloud App Engine C++ library, specifically designed to handle transient errors."],["The retry policy terminates if a non-transient error occurs or if the number of transient failures exceeds a predefined limit, and `kUnavailable` is the only status code that is treated as transient."],["The policy can be customized to accept a certain maximum amount of transient failures and setting `maximum_failures` to 0 disables the retry loop."],["The policy includes functions to check if retries are exhausted (`IsExhausted`), if a failure is permanent (`IsPermanentFailure`), and to handle a failure (`OnFailure`), as well as a `clone` function for creating new instances."],["There are multiple versions of this class, including the latest release candidate, 2.37.0-rc, and many older versions all the way down to 2.11.0."]]],[]]