Determine if an HTTP status code is retryable.
bool isRetryableStatus(int statusCode) => _retryableStatusCodes.contains(statusCode);