Appends the accumulated extra message to builder.
Declared in <absl/status/status_builder.h>
StatusBuilder
operator()(StatusBuilder builder) const;
By default, the extra message is added to the original message as if by util::Annotate, which includes a convenience separator between the original message and the enriched one.
The builder with the extra message appended.
| Name | Description |
|---|---|
| builder | The builder to append the extra message to. |