[[["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."],[[["The provided content outlines the `VpcAccessServiceLimitedErrorCountRetryPolicy`, a class designed to manage retry attempts for `VpcAccessServiceConnection` operations based on a limited number of errors."],["This retry policy halts if a non-transient error is encountered or if the number of transient failures exceeds a predefined maximum, treating `kUnavailable` and `kUnknown` as transient error status codes."],["The class allows customization of the maximum tolerated transient failures via its constructor, and can disable retries if the maximum is set to zero."],["It provides functions to check if the retry policy is exhausted (`IsExhausted`), if a failure is permanent (`IsPermanentFailure`), and to obtain the maximum failures (`maximum_failures`)."],["The class enables the cloning of a retry policy, creating a new instance reset to its initial state, which is of type `std::unique_ptr\u003cVpcAccessServiceRetryPolicy\u003e`."]]],[]]