RetryConfiguration
This sealed class represents the various retry policies for a request.
Inheritors
Types
Link copied to clipboard
This class represents an exponential retry policy with a minimum and maximum delay between retries, a maximum number of retries, and a list of operations to exclude from retry attempts.
Link copied to clipboard
This data class represents a linear retry policy for network requests with a delay between retries, a maximum number of retries and a list of operations to exclude from retries.
Link copied to clipboard
None represents no retry policy in a network request