[[["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 provides documentation for the `DomainMappingsLimitedErrorCountRetryPolicy` class in the Google Cloud App Engine C++ library, outlining its usage and functionality."],["The `DomainMappingsLimitedErrorCountRetryPolicy` class is designed to manage retries for `DomainMappingsConnection` based on the number of errors encountered, with a limit on transient failures."],["Transient errors are specifically identified by the `kUnavailable` status code, and any non-transient errors will immediately halt the retry process."],["The class allows configuration of the maximum number of transient errors permitted before stopping retries, with the option to completely disable the retry loop by setting `maximum_failures` to 0."],["This class also defines several virtual functions, such as `OnFailure`, `IsExhausted`, and `IsPermanentFailure`, to manage the retry process effectively, as well as `clone` to create new policy instances, and lastly `BaseType` as an alias of `DomainMappingsRetryPolicy`."]]],[]]