Interface DefaultRetryPolicyOptions
🏷️ Properties
maxRetryCount optional
ts
maxRetryCount: numberThe max retry count
Defined in: packages/file-transfer/retry.ts:28
shouldRetry optional
ts
shouldRetry: (e: any) => booleanShould we retry on the error
Defined in: packages/file-transfer/retry.ts:32