[[["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-14 UTC."],[[["This webpage details the `ApiGatewayServiceLimitedErrorCountRetryPolicy`, which is used for retrying `ApiGatewayServiceConnection` operations."],["The retry policy will stop if a non-transient error is detected or if the number of transient failures exceeds a set maximum."],["Transient errors are defined as those having status codes `kUnavailable` or `kUnknown`."],["The retry policy can be disabled by setting `maximum_failures` to 0."],["The class provides various functions, including `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)`, and `clone()` to manage the retry process."]]],[]]