[[["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 details the `ApiGatewayServiceLimitedErrorCountRetryPolicy`, which is used for retrying API Gateway service connections based on the number of errors encountered."],["The retry policy stops if a non-transient error occurs or if the number of transient failures exceeds a predefined maximum."],["Transient errors are defined as `kUnavailable` and `kUnknown` status codes, while non-transient errors will halt the retry loop."],["You can configure the maximum number of transient errors tolerated through the `ApiGatewayServiceLimitedErrorCountRetryPolicy` constructor, with the option to disable retries by setting `maximum_failures` to 0."],["The webpage covers the class's constructors, its functions, such as `maximum_failures()`, `OnFailure()`, and `IsExhausted()`, and its type alias `BaseType`."]]],[]]