RetryPolicy

open class RetryPolicy : @unchecked Sendable, RequestInterceptor

A retry policy that retries requests using an exponential backoff for allowed HTTP methods and HTTP status codes as well as certain types of networking errors.