NAME

grpc_perror_np - Displays the last error that occurred.

SYNOPSIS

grpc_error_t grpc_perror_np(char *str)

ARGUMENTS

char *str
The character string to be displayed

DESCRIPTION

This is an obsolete function and should not be used. Use grpc_error_string() instead.

The grpc_perror_np() function displays the last error that occurred in the standard error output.

This function is MT-safe.

RETURN VALUE

GRPC_NO_ERROR is returned.

ERRORS

None

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