RetryDelayFunction

typealias RetryDelayFunction<TError> = (failureCount: Int, error: TError) -> Int(source)