[[["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` in the context of Google Cloud's Rapid Migration Assessment."],["The policy stops retrying operations if a non-transient error occurs or if the number of transient failures exceeds a predefined limit, treating the status code `kUnavailable` as a transient error."],["You can construct this policy by specifying the `maximum_failures` parameter to define the tolerated number of transient errors, and can disable the retry loop by providing 0 as the value for `maximum_failures`."],["The class provides methods to check if the policy is exhausted (`IsExhausted`), to check for a permanent failure (`IsPermanentFailure`), to check the maximum number of transient failures allowed (`maximum_failures`), to set the actions to take on a failure (`OnFailure`) and to create a new instance (`clone`)."],["The latest version of this policy is 2.37.0-rc, with this page specifically providing info on version 2.18.0."]]],[]]