grpc_perror_np
- Displays the last error that occurred.
grpc_error_t grpc_perror_np(char *str)
char *str
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.
GRPC_NO_ERROR is returned.
None