Same as StatusCodeToString(), but returns a string_view.
Synopsis
Declared in <absl/status/status.h>
std::string_view
StatusCodeToStringView(StatusCode code);
Return Value
A view of the status code name, or "" if code is unknown.
Parameters
Name |
Description |
code |
The status code to convert. |
Created with MrDocs