[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]