[[["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."],[[["This document outlines the `DataplexServiceLimitedErrorCountRetryPolicy`, a retry mechanism for `DataplexServiceConnection` that manages transient errors."],["The policy halts retries upon encountering a non-transient error or surpassing a set number of transient failures, with `kUnavailable` being the only status code classified as transient."],["The policy can be instantiated with a `maximum_failures` parameter, that determines how many transient errors can occur, with a value of 0 disabling retries."],["The class offers methods such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` to manage and inspect retry behavior."],["The document covers versions ranging from 2.11.0 up to the latest release candidate 2.37.0-rc."]]],[]]