Returns true if status has the kDataLoss error code.
true
status
kDataLoss
Declared in <absl/status/status.h>
<absl/status/status.h>
[[nodiscard]] bool IsDataLoss(Status const& status);
true if status matches the associated error code.
The return value should not be discarded.