[#absl-BadStatusOrAccess-status] = xref:absl.adoc[absl]::xref:absl/BadStatusOrAccess.adoc[BadStatusOrAccess]::status :relfileprefix: ../../ :mrdocs: Returns the associated error status. == Synopsis Declared in `<absl/status/statusor.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:absl/Status.adoc[absl::Status] const& status() const; ---- == Description Returns the associated `absl::Status` of the `absl::StatusOr<T>` object's error. == Return Value A reference to the stored error status. [.small]#Created with https://www.mrdocs.com[MrDocs]#