An enumerated type indicating how absl::Status::ToString() should construct the output string for a non‐ok status.
Synopsis
Declared in <absl/status/status.h>
enum class StatusToStringMode : int;
Members
Name |
Description |
|
ToString will not contain any extra data (such as payloads). It will only contain the error code and message, if any. |
|
ToString will contain the payloads. |
|
ToString will contain the source locations. |
|
ToString will include all the extra data this Status has. |
|
Default mode used by ToString. Its exact value might change in the future. |
Non-Member Functions
Name |
Description |
Computes the bitwise AND of two |
|
Assigns to |
|
Computes the bitwise XOR of two |
|
Assigns to |
|
Computes the bitwise OR of two |
|
Assigns to |
|
Computes the bitwise complement of a |
Created with MrDocs