[[["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 `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`)."]]],[]]