Mutates the builder so that the final additional message is appended to the original error message in the status.
Synopses
Declared in <absl/status/status_builder.h>
Mutates the builder so that the final additional message is appended to the original error message in the status.
StatusBuilder&
SetAppend() &;
Mutates the builder so that the final additional message is appended to the original error message in the status.
[[nodiscard]]
StatusBuilder&&
SetAppend() &&;
Return Value
*this to allow method chaining.
Created with MrDocs