[[["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 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()`)."]]],[]]