[[["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 provides documentation for the `NetAppLimitedErrorCountRetryPolicy` class, which is used to define a retry policy for `NetAppConnection` in the Google Cloud C++ library."],["The `NetAppLimitedErrorCountRetryPolicy` class stops retrying if a non-transient error occurs or if a set maximum number of transient failures is exceeded, where `kUnavailable` status codes are considered transient errors."],["The class allows the creation of instances with a specified `maximum_failures` value, which dictates the number of transient errors that are tolerated, and providing a value of `0` will effectively disable retries."],["The `NetAppLimitedErrorCountRetryPolicy` offers methods to check for failure exhaustion, determine if a failure is permanent, get the `maximum_failures` value, and create a new instance of the policy."],["This policy is a type of `NetAppRetryPolicy`, which is the base type alias."]]],[]]