[[["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-21 UTC."],[[["This webpage details the `DataFusionLimitedErrorCountRetryPolicy`, a retry mechanism for `DataFusionConnection` that limits retries based on the number of errors encountered."],["The policy halts retries when it encounters a non-transient error or exceeds a pre-defined threshold of transient failures, with `kUnavailable` status code being considered transient."],["Users can customize the policy's behavior by setting the `maximum_failures` parameter, with a value of 0 disabling the retry mechanism entirely."],["The class provides methods to determine if the retry limit has been reached (`IsExhausted`), check for a permanent failure (`IsPermanentFailure`), and retrieve the maximum number of failures (`maximum_failures`)."],["There are multiple listed versions of the documentation, from 2.13.0 all the way to 2.37.0-rc."]]],[]]