[[["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 retries for `DomainMappingsConnection` in the App Engine C++ client library."],["The retry policy stops when a non-transient error occurs or if the number of transient failures exceeds a defined maximum."],["The class constructor allows you to set the maximum number of transient errors before stopping the retries, or disable retries completely by setting it to 0."],["The `kUnavailable` status code is the only one considered a transient error within this class."],["The page provides detailed documentation on the class constructors, member functions like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, as well as the type alias `BaseType`."]]],[]]