[[["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 `DomainMappingsLimitedErrorCountRetryPolicy` class, which manages retry attempts for `DomainMappingsConnection` in the App Engine C++ client library."],["The policy halts retries when encountering a non-transient error or exceeding a predefined number of transient failures, and `kUnavailable` status codes are treated as transient errors."],["The class has constructors allowing for the setup of the maximum number of transient failures allowed, which can even disable retries if set to 0, and also includes copy and move constructors."],["Key functions of this class include `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)` and `clone()`, which handle the managing of failures, determining if the retry policy is exhausted, and creating a new instance."],["It covers versions of the class from 2.11.0 up to 2.37.0-rc, providing the latest version and the corresponding documentation for each, showing the different versions of the library this class exists in."]]],[]]