[[["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`, a retry policy for `ApiGatewayServiceConnection` that limits retries based on the number of transient errors encountered."],["The policy ceases retrying upon encountering a non-transient error or when the number of transient errors exceeds a predefined limit, with transient errors including `kUnavailable` and `kUnknown` status codes."],["The class includes constructors to create instances with a specified `maximum_failures` tolerance, and also supports creating instances via copy and move operations."],["Key functions of this class include `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)` and `clone()`."],["The `BaseType` alias is provided as a substitute for `ApiGatewayServiceRetryPolicy`."]]],[]]