[[["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 operations within the `ApiGatewayServiceConnection` based on error counts."],["The retry policy halts when a non-transient error occurs or when the number of transient failures exceeds a predefined limit."],["Transient errors in this policy are defined as `kUnavailable` and `kUnknown` status codes."],["The policy's constructor `ApiGatewayServiceLimitedErrorCountRetryPolicy(int)` allows setting the maximum number of transient errors to tolerate, with a value of 0 disabling retries."],["Key functions of this policy include `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, each serving to configure and manage the retry behavior."]]],[]]