[#absl-StatusBuilder-SetPrepend-0f] = xref:absl.adoc[absl]::xref:absl/StatusBuilder.adoc[StatusBuilder]::SetPrepend :relfileprefix: ../../ :mrdocs: Mutates the builder so that the final additional message is prepended to the original error message in the status. == Synopsis Declared in `<absl/status/status_builder.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:absl/StatusBuilder.adoc[StatusBuilder]& SetPrepend() &; ---- == Description A convenience separator is not placed between the messages. NOTE: Multiple calls to `SetPrepend` and `SetAppend` just adjust the behavior of the final join of the original status with the extra message. == Return Value `*this` to allow method chaining. [.small]#Created with https://www.mrdocs.com[MrDocs]#