Mutates the builder so that the final additional message is prepended to the original error message in the status.
Declared in <absl/status/status_builder.h>
Mutates the builder so that the final additional message is prepended to the original error message in the status.
StatusBuilder&
SetPrepend() &;
» more...
Mutates the builder so that the final additional message is prepended to the original error message in the status.
[[nodiscard]]
StatusBuilder&&
SetPrepend() &&;
» more...
*this to allow method chaining.