[[["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 `DataFusionLimitedErrorCountRetryPolicy`, a retry mechanism for `DataFusionConnection` that limits retries based on the number of errors encountered."],["The policy halts retries when non-transient errors occur or when the number of transient failures exceeds a predefined maximum."],["The class specifically identifies the `kUnavailable` status code as a transient error that will be taken into account during the evaluation of whether a retry will occur or not."],["Users can disable the retry loop entirely by setting the `maximum_failures` parameter to 0 when creating an instance of the `DataFusionLimitedErrorCountRetryPolicy`."],["The page includes the documentation of the class' constructor and its parameters, the list of functions the class offers, and the available type alias, along with their respective details."]]],[]]