Sets the status code for the status that will be returned by this StatusBuilder.
Declared in <absl/status/status_builder.h>
<absl/status/status_builder.h>
[[nodiscard]] StatusBuilder&& SetCode(absl::StatusCode code) &&;
*this to allow method chaining.
*this
The return value should not be discarded.