[[["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-04-17 UTC."],[[["This document provides information on the `WorkstationsLimitedErrorCountRetryPolicy` class, which is used to define a retry policy for `WorkstationsConnection` in the Google Cloud C++ library."],["The policy will halt retries if a non-transient error occurs or if the number of transient failures exceeds the `maximum_failures` threshold set during instantiation."],["The only transient error recognized by this policy is the `kUnavailable` status code, and it can be disabled by setting `maximum_failures` to 0."],["The document lists all the documented versions of the C++ library, ranging from version `2.11.0` to `2.37.0-rc` along with a link to each specific version's documentation."],["The class provides functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` to manage the retry behavior and determine its current status."]]],[]]