grpc_last_error_get_np
- Returns the error code of the last error to occur.
grpc_error_t grpc_last_error_get_np()
None
This is an obsolete function and should not be used. Use return value of GridRPC API instead.
The grpc_last_error_get_np() function returns the error code of the last error to occur.
This function is MT-safe.
The error code of the last error to occur.
None