Http Retry Policy Response
data class HttpRetryPolicyResponse(val errors: List<String>? = null, val headers: List<HeaderMatchResponse>? = null, val httpStatusCodes: List<Int>? = null, val initialDelayInMilliseconds: Double? = null, val maxIntervalInMilliseconds: Double? = null, val maxRetries: Int? = null)
Policy that defines http request retry conditions
Constructors
Link copied to clipboard
fun HttpRetryPolicyResponse(errors: List<String>? = null, headers: List<HeaderMatchResponse>? = null, httpStatusCodes: List<Int>? = null, initialDelayInMilliseconds: Double? = null, maxIntervalInMilliseconds: Double? = null, maxRetries: Int? = null)