HttpRetryOptions

constructor(attempts: Int? = null, initialDelay: Double? = null, maxDelay: Double? = null, expBase: Double? = null, jitter: Double? = null, httpStatusCodes: List<Int>? = null)