[BulkAll currently tries to retry all invalid responses where there are a number of backOff retries configured](https://github.com/elastic/elasticsearch-net/blob/master/src/Nest/Document/Multiple/BulkAll/BulkAllObservable.cs#L117-L128). Should some responses not be retried e.g. a 401 response when authentication credentials have not been specified?