NAME

grpc_error_string - Returns the error message for the error code.

SYNOPSIS

char *grpc_error_string(grpc_error_t error_code)

ARGUMENTS

grpc_error_t error_code
The error code

DESCRIPTION

The grpc_error_string() function returns the error message that corresponds to the error code.

This function is MT-safe.

RETURN VALUE

The error message that corresponds to the specified error code is returned. If a nonexistent error code is specified, "GRPC_UNKNOWN_ERROR_CODE" is returned.

ERRORS

None

last update : $Date: 2010-04-16 01:09:23 +0900 (金, 16 4月 2010) $