[[["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-22 UTC."],[[["This webpage details the `SqlConnectServiceLimitedErrorCountRetryPolicy`, a retry policy for `SqlConnectServiceConnection` that limits retries based on the number of transient errors encountered."],["The policy ceases retrying if a non-transient error occurs or if the number of transient failures exceeds a predefined limit."],["The only status code considered a transient error within this class is `kUnavailable`."],["The policy's constructor `SqlConnectServiceLimitedErrorCountRetryPolicy(int)` allows setting the maximum number of transient errors (`maximum_failures`) before retries stop, and passing a value of 0 will effectively disable the retry loop."],["The webpage shows the documentation for version 2.36.0, but also gives access to other versions, from 2.37.0-rc (latest) down to version 2.11.0."]]],[]]