[[["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-07-18 UTC."],[[["This document provides documentation for the `SessionTemplateControllerLimitedErrorCountRetryPolicy` class within the Google Cloud Dataproc C++ library."],["This retry policy is designed for the `SessionTemplateControllerConnection`, managing retries based on the number of transient errors encountered during RPC calls."],["The policy stops retrying when it encounters a non-transient error or exceeds the specified `maximum_failures` threshold for transient errors, treating `kUnavailable` as transient."],["The class includes constructors to initialize the policy with a maximum number of allowed failures, as well as copy and move constructors."],["The class also has functions that allow you to get the number of maximum failures, and to verify whether or not a given status is a permanent failure."]]],[]]