Returns the absl::Status contained within this object.
absl::Status
Declared in <absl/status/statusor.h>
<absl/status/statusor.h>
[[nodiscard]] Status const& status() const &;
The stored status, or absl::OkStatus() when a value is held.
absl::OkStatus()
The return value should not be discarded.