Specifies how to join the error message in the original status and any additional message that has been streamed into the builder.
Synopsis
Declared in <absl/status/status_builder.h>
enum class MessageJoinStyle : int;
Members
Name |
Description |
|
Join as if by |
|
Append the additional message to the original message with no separator. |
|
Prepend the additional message to the original message with no separator. |
Created with MrDocs