Returns the associated error status.
Declared in <absl/status/statusor.h>
<absl/status/statusor.h>
absl::Status const& status() const;
Returns the associated absl::Status of the absl::StatusOr<T> object's error.
absl::Status
absl::StatusOr<T>
A reference to the stored error status.