GRPC C++  1.62.0
Functions
log_windows.h File Reference
#include <grpc/support/port_platform.h>

Go to the source code of this file.

Functions

GPRAPI char * gpr_format_message (int messageid)
 Returns a string allocated with gpr_malloc that contains a UTF-8 formatted error message, corresponding to the error messageid. More...
 

Function Documentation

◆ gpr_format_message()

GPRAPI char* gpr_format_message ( int  messageid)

Returns a string allocated with gpr_malloc that contains a UTF-8 formatted error message, corresponding to the error messageid.

Use in conjunction with GetLastError() et al.