The built-in retry decision: retry network errors, HTTP 429, and HTTP 5xx. Exported so a custom RetryPolicy.shouldRetry can compose with it rather than reimplement it.
429
5xx
The built-in retry decision: retry network errors, HTTP
429, and HTTP5xx. Exported so a custom RetryPolicy.shouldRetry can compose with it rather than reimplement it.