[[["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 webpage details the `DataplexServiceLimitedErrorCountRetryPolicy`, a retry mechanism for `DataplexServiceConnection` that is designed to handle a limited number of transient errors."],["The policy stops retrying if a non-transient error occurs or if the number of transient failures exceeds a predefined limit, treating the status code `kUnavailable` as a transient error."],["The class allows customization of the maximum number of transient errors via its constructor `DataplexServiceLimitedErrorCountRetryPolicy(int)`, where setting `maximum_failures` to 0 disables the retry loop."],["The policy includes methods like `OnFailure`, `IsExhausted`, `IsPermanentFailure`, `clone`, and `maximum_failures` to manage the retry process and determine its state."],["The page also provides links to documentation for a range of version releases from `2.37.0-rc` to `2.11.0` of this class."]]],[]]