Mutates the builder so that the final additional message is appended to the original error message in the status.
Synopsis
Declared in <absl/status/status_builder.h>
StatusBuilder&
SetAppend() &;
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.
Created with MrDocs