[[["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 webpage details the `RapidMigrationAssessmentLimitedErrorCountRetryPolicy`, a retry policy designed for `RapidMigrationAssessmentConnection` that retries based on the count of errors."],["The policy stops retrying when a non-transient error occurs or when the number of transient failures exceeds a predefined limit."],["The only transient error considered is `kUnavailable`, which is defined as an RPC response code."],["The class includes constructors to set the maximum allowed transient errors, with the option to disable retries by setting the limit to zero."],["The policy provides functions to check if retries are exhausted (`IsExhausted`), if a failure is permanent (`IsPermanentFailure`), and to get a copy of itself with reset state (`clone`)."]]],[]]