Logs the result status at severity kError.
Synopses
Declared in <absl/status/status_builder.h>
Logs the result status at severity kError.
StatusBuilder&
LogError() &;
Logs the result status at severity kError.
[[nodiscard]]
StatusBuilder&&
LogError() &&;
Return Value
*this to allow method chaining.
Created with MrDocs