[[["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-05 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."]]],[]]