absl::StatusBuilder::SetAppend

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() &;
» more...

Mutates the builder so that the final additional message is appended to the original error message in the status.

[[nodiscard]]
StatusBuilder&&
SetAppend() &&;
» more...

Return Value

*this to allow method chaining.