[[["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."],[[["The latest version available is 2.37.0-rc, with links to documentation for previous versions ranging from 2.36.0 down to 2.11.0."],["This class, `ControlServiceLimitedErrorCountRetryPolicy`, defines a retry policy for `ControlServiceConnection` based on counting errors, which stops retrying if non-transient errors or more than a specified number of transient failures occur."],["Transient errors are identified by the `kUnavailable` status code, and you can disable retries completely by setting `maximum_failures` to 0 when creating an instance of the policy."],["The policy includes functions to check if the maximum number of transient errors has been reached, if a failure is permanent, and to reset the retry policy to the initial state, as well as a function to return the maximum allowed failures."],["The class has been designed with constructors and move/copy semantics, as well as a `BaseType` alias which refers to `ControlServiceRetryPolicy`."]]],[]]