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: 2005/07/11 07:11:24 $