We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fe21b6 commit 1fdc35bCopy full SHA for 1fdc35b
AmplifyPlugins/DataStore/AWSDataStoreCategoryPlugin/Sync/RequestRetryablePolicy.swift
@@ -37,7 +37,8 @@ class RequestRetryablePolicy: RequestRetryable {
37
.dnsLookupFailed,
38
.cannotConnectToHost,
39
.cannotFindHost,
40
- .timedOut:
+ .timedOut,
41
+ .dataNotAllowed:
42
let waitMillis = retryDelayInMillseconds(for: attemptNumber)
43
return RequestRetryAdvice(shouldRetry: true, retryInterval: .milliseconds(waitMillis))
44
default:
0 commit comments