Returns the name for the status code, or "" if it is an unknown value.

Synopsis

Declared in <absl/status/status.h>

std::string
StatusCodeToString(StatusCode code);

Return Value

The status code name, or "" if code is unknown.

Parameters

Name

Description

code

The status code to convert.

Created with MrDocs