Optional
fetchOptional
retries?: RetryConfigSet or override a retry policy on HTTP calls.
Optional
retrySpecifies the status codes which should be retried using the given retry policy.
Optional
timeoutSets a timeout, in milliseconds, on HTTP requests made by an SDK method. If
fetchOptions.signal
is set then it will take precedence over this option.
Sets various request options on the
fetch
call made by an SDK method.