[#absl-Status-2constructor-08e] = xref:absl.adoc[absl]::xref:absl/Status.adoc[Status]::Status :relfileprefix: ../../ :mrdocs: Creates an OK status with no message or payload. == Synopsis Declared in `<absl/status/status.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- Status(); ---- == Description Avoid this constructor and prefer explicit construction of an OK status with `absl::OkStatus()`. [.small]#Created with https://www.mrdocs.com[MrDocs]#