[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-14 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."]]],[]]