[[["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-05 UTC."],[[["This webpage details the `RapidMigrationAssessmentLimitedErrorCountRetryPolicy`, a retry policy for `RapidMigrationAssessmentConnection` that limits retries based on the number of errors encountered."],["The policy halts retries if a non-transient error occurs or if the number of transient failures exceeds a predefined limit, with `kUnavailable` being the only status code considered a transient error."],["The `RapidMigrationAssessmentLimitedErrorCountRetryPolicy` can be constructed with a specified maximum number of transient errors (`maximum_failures`), or using copy or move semantics, and setting the `maximum_failures` to 0 will effectively disable retries."],["The class provides methods to check the maximum allowed failures, handle failures, determine if the policy is exhausted, check if a failure is permanent, and create new instances of the policy."],["The page lists different versions of the policy ranging from 2.13.0 up to the latest being 2.37.0-rc."]]],[]]