[[["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 `WebSecurityScannerLimitedErrorCountRetryPolicy`, which is used to manage retries for `WebSecurityScannerConnection` in the event of errors."],["The retry policy halts if a non-transient error occurs or if the number of transient failures exceeds a predefined limit."],["The policy specifically considers `kUnavailable` status codes as transient errors for the purpose of retries."],["The policy allows the disabling of the retry loop entirely by setting the `maximum_failures` parameter to 0."],["The class offers methods to determine the maximum number of failures, check if the retry policy is exhausted, check if a failure is permanent, and create a new instance of the retry policy."]]],[]]