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