Required Instance Methodsoto-core 7.4.0SotoCore

getRetryWaitTime(error:attempt:)

Returns whether we should retry and how long we should wait before retrying

RetryPolicy.swift:58
func getRetryWaitTime(error: Error, attempt: Int) -> RetryStatus?

Parameters

error

Error returned by HTTP client

attempt

retry attempt number