[[["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-08-14 UTC."],[[["This webpage details the `DataplexServiceLimitedErrorCountRetryPolicy` class, which is designed to handle transient errors in RPC calls to `DataplexServiceConnection`."],["The retry policy halts if it encounters a non-transient error or exceeds a pre-defined limit of transient failures, with `kUnavailable` status code being the only one considered transient."],["The policy's constructor takes an integer `maximum_failures` to define the threshold of transient errors before the retry stops, and setting `maximum_failures` to 0 effectively disables retries."],["The class offers functions like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` to manage the retry process and its state, allowing for control over the error handling."],["The page provides information on past versions of this class, ranging from 2.37.0-rc to 2.11.0."]]],[]]