[[["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 `AwsClustersLimitedErrorCountRetryPolicy` class within the Google Cloud `gkemulticloud` C++ library, version 2.14.0."],["The `AwsClustersLimitedErrorCountRetryPolicy` class implements a retry policy for `AwsClustersConnection` that limits the number of transient errors allowed before stopping retries."],["Transient errors, which will trigger a retry, are specifically defined as RPC calls that result in the `kUnavailable` status code."],["The policy can be configured during instantiation to specify the maximum number of transient failures tolerated, and setting `maximum_failures` to 0 will effectively disable the retry loop."],["The class provides several methods such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` for managing and querying the retry behavior, along with several parameter information for constructing the class."]]],[]]