[[["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-21 UTC."],[[["The latest version of this DataplexServiceLimitedErrorCountRetryPolicy is 2.37.0-rc, with a range of previous versions listed from 2.36.0 down to 2.11.0."],["This retry policy is designed for `DataplexServiceConnection` and halts if a non-transient error occurs or if transient failures surpass a specific threshold."],["Transient errors in this context are identified by the `kUnavailable` status code."],["The policy's constructor, `DataplexServiceLimitedErrorCountRetryPolicy(int)`, allows setting a `maximum_failures` parameter to define the number of transient errors allowed before stopping, where a value of 0 disables retries."],["The class includes several functions, such as `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)`, and `clone()`, which control and manage the behaviour of the retry policy."]]],[]]