[[["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 considers `kUnavailable` and `kUnknown` status codes as transient errors and stops retrying if a non-transient error is returned or if the number of transient failures exceeds the prescribed maximum."],["You can customize the policy's tolerance for transient errors during construction by specifying the `maximum_failures` parameter, and disabling retries entirely by setting it to 0."],["The policy includes functions to determine if it is exhausted, if a failure is permanent, and to create a clone of itself."],["The page also provides the documentation for multiple versions of this class ranging from 2.11.0 to 2.37.0-rc, with the latest version denoted."]]],[]]