[[["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-04-09 UTC."],[[["This page documents the `ContentServiceLimitedErrorCountRetryPolicy` for the Dataplex C++ client library, which manages retries for transient errors in RPC calls."],["The latest version available is 2.37.0-rc, with a history of versions ranging down to 2.11.0, and each version links to documentation about `ContentServiceLimitedErrorCountRetryPolicy`."],["The retry policy halts after a set number of transient errors or if a non-transient error is encountered, and it specifically considers `kUnavailable` as a transient error status code."],["You can configure the maximum number of allowed transient errors by setting `maximum_failures` when constructing a new `ContentServiceLimitedErrorCountRetryPolicy` instance; setting this to 0 disables retries."],["The class includes methods to check if the policy is exhausted (`IsExhausted()`), identify permanent failures (`IsPermanentFailure()`), and trigger a retry failure (`OnFailure()`)."]]],[]]