RetryConfig

data class RetryConfig(val maxRetries: Int, val retryOnServerErrors: Boolean)

Immutable retry configuration with max retries and server error retry toggle.

Constructors

Link copied to clipboard
constructor(maxRetries: Int, retryOnServerErrors: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard