Defines the retry behavior for failed HTTP requests made by PubgApi.
Use NoRetry to disable retries entirely (the default), or Retry to configure automatic retry logic including max attempts, backoff strategy, and which exceptions should trigger a retry.