[[["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 `ApiGatewayServiceLimitedErrorCountRetryPolicy`, which is used to manage retries for `ApiGatewayServiceConnection` based on the number of errors encountered."],["The policy halts retries upon encountering a non-transient error or when the number of transient failures surpasses a predefined limit."],["The class considers `kUnavailable` and `kUnknown` status codes as transient errors, allowing for retries when they occur."],["The retry loop can be disabled by setting `maximum_failures` to 0 during the instantiation of the policy, via the constructor."],["The policy provides functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` to configure and check the state of the retry process."]]],[]]