Sets the status code for the status that will be returned by this StatusBuilder.
Declared in <absl/status/status_builder.h>
StatusBuilder&
SetCode(absl::StatusCode code) &;
*this to allow method chaining.
| Name | Description |
|---|---|
| code | The canonical status code to set. |