[#absl-Status-2constructor-0f] = xref:absl.adoc[absl]::xref:absl/Status.adoc[Status]::Status :relfileprefix: ../../ :mrdocs: Creates a status by moving from `base_status` and appending `loc`. == Synopsis Declared in `<absl/status/status.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- Status( xref:absl/Status.adoc[Status]&& base_status, xref:absl/SourceLocation.adoc[absl::SourceLocation] loc); ---- == Parameters [cols="1,4"] |=== | Name| Description | *base_status* | The status to move from. | *loc* | The source location to append to the location chain. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#