absl::StatusBuilder::EmitStackTrace

Mutates the builder so that a stack trace will be logged if the status is logged.

Synopses

Declared in <absl/status/status_builder.h>

Mutates the builder so that a stack trace will be logged if the status is logged.

StatusBuilder&
EmitStackTrace() &;
» more...

Mutates the builder so that a stack trace will be logged if the status is logged.

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

Return Value

*this to allow method chaining.